summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ar9280.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-7/+2
* 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
* "athn* at uhub? port ?"damien2011-01-061-2/+10
* cleanup, no binary change.damien2011-01-011-2/+1
* of course, GPIO handling on AR9271 and AR7010 had to be differentdamien2010-12-311-2/+2
* Make the athn(4) back-end more bus agnostic by moving read and writedamien2010-12-311-1/+12
* fix initialization value of analog register AR_AN_TOP2 on some highdamien2010-09-031-9/+14
* For chips in open-loop power control mode, periodically (every 30 secs)damien2010-08-121-1/+2
* Fix look-up of the power control digital-to-analog converter (PCDAC)damien2010-08-121-3/+6
* According to Linux ath9k, the AR9280 1.0 was never sold.damien2010-07-151-4/+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-22/+13
* cleanup hardware key cache management (not used yet)damien2010-05-161-1/+4
* put code that is meaningful only if HT is enabled underdamien2010-05-111-2/+5
* athn(4) is going to support a new family of Atheros 802.11ndamien2010-05-101-8/+34
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* cleanup the printf/DPRINTF mess.damien2009-11-171-5/+5
* AR9287 uses GPIO pin 8 for LED, not 1.damien2009-11-151-1/+2
* athn(4), a driver for Atheros 802.11a/g/n devices.damien2009-11-141-0/+583