summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/athnvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-2/+2
* Fix values of AR9003 Rx queue software indexes. Both indexes were zero,stsp2013-10-211-2/+2
* Init values for the AR9485 were for version 1.0 of this chip, which accordingstsp2012-10-201-1/+2
* Add support for power saving in Host AP mode.kettenis2012-08-251-1/+2
* Allow a variable number of words for the Serializer/Deserializer programming.kettenis2012-06-101-2/+7
* fix LEDs handling.damien2011-01-081-1/+2
* "athn* at uhub? port ?"damien2011-01-061-1/+2
* add code to read OTPROM on the AR9485damien2011-01-011-1/+2
* limit the number of Tx chains used on some 3-stream AR9380 chipsdamien2010-12-311-1/+4
* Make the athn(4) back-end more bus agnostic by moving read and writedamien2010-12-311-16/+22
* Several updates for the Osprey (AR9380):damien2010-11-101-1/+4
* Stop compiling with ATHN_DEBUG defined by default.damien2010-10-181-2/+1
* fix initialization value of analog register AR_AN_TOP2 on some highdamien2010-09-031-1/+2
* Enable periodic (every 4 minutes) power amplifier calibrationdamien2010-08-121-1/+2
* For chips in open-loop power control mode, periodically (every 30 secs)damien2010-08-121-1/+3
* Add suspend/unsuspend logic.kettenis2010-07-211-1/+3
* According to Linux ath9k, the AR9280 1.0 was never sold.damien2010-07-151-4/+2
* cleanup/fix PA predistortion code.damien2010-06-221-2/+4
* Implement PA linearization on adapters with digital predistortersdamien2010-06-211-1/+13
* allow Tx flags to be passed to the tx() routine.damien2010-06-211-2/+3
* - fix athn_set_key() on big-endian machines (function is not used yet)damien2010-06-051-1/+6
* cleanup hardware key cache management (not used yet)damien2010-05-161-1/+2
* cleanup calibration bits (not everything is enabled yet.)damien2010-05-161-2/+3
* initial Host AP bits.damien2010-05-161-1/+2
* enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says thedamien2010-05-111-1/+7
* athn(4) is going to support a new family of Atheros 802.11ndamien2010-05-101-75/+88
* disable bluetooth coexistence as I suspect this is what is causingdamien2010-05-051-2/+2
* Properly detect when the band changes from 2GHz to 5GHz anddamien2010-02-151-1/+4
* change the MRR pattern from 1/1/1/1 to 2/2/2/4damien2010-01-271-3/+2
* fix RTS/CTS and CTS-to-self protection modes.damien2009-11-221-31/+31
* if a radio switch exists, configure the GPIO pin to which it isdamien2009-11-191-3/+3
* update hardware multicast filter.damien2009-11-171-1/+2
* add short interframe space to duration since the athn_txtimedamien2009-11-171-1/+2
* 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/+513