summaryrefslogtreecommitdiff
path: root/sys/dev/ic/athnvar.h
AgeCommit message (Expand)Author
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-10-21Fix values of AR9003 Rx queue software indexes. Both indexes were zero,Stefan Sperling
2012-10-20Init values for the AR9485 were for version 1.0 of this chip, which accordingStefan Sperling
2012-08-25Add support for power saving in Host AP mode.Mark Kettenis
2012-06-10Allow a variable number of words for the Serializer/Deserializer programming.Mark Kettenis
2011-01-08fix LEDs handling.Damien Bergamini
2011-01-06"athn* at uhub? port ?"Damien Bergamini
2011-01-01add code to read OTPROM on the AR9485Damien Bergamini
2010-12-31limit the number of Tx chains used on some 3-stream AR9380 chipsDamien Bergamini
2010-12-31Make the athn(4) back-end more bus agnostic by moving read and writeDamien Bergamini
2010-11-10Several updates for the Osprey (AR9380):Damien Bergamini
2010-10-18Stop compiling with ATHN_DEBUG defined by default.Damien Bergamini
2010-09-03fix initialization value of analog register AR_AN_TOP2 on some highDamien Bergamini
2010-08-12Enable periodic (every 4 minutes) power amplifier calibrationDamien Bergamini
2010-08-12For chips in open-loop power control mode, periodically (every 30 secs)Damien Bergamini
2010-07-21Add suspend/unsuspend logic.Mark Kettenis
2010-07-15According to Linux ath9k, the AR9280 1.0 was never sold.Damien Bergamini
2010-06-22cleanup/fix PA predistortion code.Damien Bergamini
2010-06-21Implement PA linearization on adapters with digital predistortersDamien Bergamini
2010-06-21allow Tx flags to be passed to the tx() routine.Damien Bergamini
2010-06-05- fix athn_set_key() on big-endian machines (function is not used yet)Damien Bergamini
2010-05-16cleanup hardware key cache management (not used yet)Damien Bergamini
2010-05-16cleanup calibration bits (not everything is enabled yet.)Damien Bergamini
2010-05-16initial Host AP bits.Damien Bergamini
2010-05-11enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says theDamien Bergamini
2010-05-10athn(4) is going to support a new family of Atheros 802.11nDamien Bergamini
2010-05-05disable bluetooth coexistence as I suspect this is what is causingDamien Bergamini
2010-02-15Properly detect when the band changes from 2GHz to 5GHz andDamien Bergamini
2010-01-27change the MRR pattern from 1/1/1/1 to 2/2/2/4Damien Bergamini
2009-11-22fix RTS/CTS and CTS-to-self protection modes.Damien Bergamini
2009-11-19if a radio switch exists, configure the GPIO pin to which it isDamien Bergamini
2009-11-17update hardware multicast filter.Damien Bergamini
2009-11-17add short interframe space to duration since the athn_txtimeDamien Bergamini
2009-11-15AR9287 uses GPIO pin 8 for LED, not 1.Damien Bergamini
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini