summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar5416.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Complete athn(4) noisefloor calibration code and enable it.stsp2019-02-011-2/+5
* Finish initial 11n support for athn(4).stsp2017-01-121-1/+2
* Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modestsp2016-01-051-11/+1
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Allow a variable number of words for the Serializer/Deserializer programming.kettenis2012-06-101-2/+2
* no need to set these pointers to NULL, softc is already zeroed.damien2010-08-121-2/+1
* On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set.damien2010-07-151-2/+2
* Remove initialization values for chips that never made it into production:damien2010-07-151-4/+4
* athn(4) is going to support a new family of Atheros 802.11ndamien2010-05-101-30/+86
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* cckinc is signed.damien2010-04-191-2/+2
* Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287krw2010-03-281-2/+2
* cleanup the printf/DPRINTF mess.damien2009-11-171-4/+4
* AR9287 uses GPIO pin 8 for LED, not 1.damien2009-11-151-1/+2
* make ramdisks compilederaadt2009-11-141-2/+5
* athn(4), a driver for Atheros 802.11a/g/n devices.damien2009-11-141-0/+914