summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar9285.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* carrier leakage calibration workaround for high temperature is notdamien2011-01-151-1/+5
* "athn* at uhub? port ?"damien2011-01-061-19/+30
* cleanup, no binary change.damien2011-01-011-2/+2
* of course, GPIO handling on AR9271 and AR7010 had to be differentdamien2010-12-311-2/+2
* commit some bits that will be required by AR9271/AR7010damien2010-12-311-26/+150
* Make the athn(4) back-end more bus agnostic by moving read and writedamien2010-12-311-1/+12
* no need to set these pointers to NULL, softc is already zeroed.damien2010-08-121-2/+1
* remove dead code (AR9286 1.1 does not really exist.)damien2010-07-151-16/+2
* 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-26/+21
* athn(4) is going to support a new family of Atheros 802.11ndamien2010-05-101-18/+39
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* update initvals and TX gains for AR9285 >=1.2damien2010-04-071-11/+66
* HT is not enable so skip this.damien2010-02-071-3/+5
* fix for some variants of AR9285.damien2009-11-191-2/+2
* AR9287 uses GPIO pin 8 for LED, not 1.damien2009-11-151-1/+2
* make ramdisks compilederaadt2009-11-141-2/+4
* athn(4), a driver for Atheros 802.11a/g/n devices.damien2009-11-141-0/+680