summaryrefslogtreecommitdiff
path: root/sys/dev/ic/athn.c
AgeCommit message (Expand)Author
2010-08-02There is no reason to call the start function upon resume; the network stackMark Kettenis
2010-07-22When suspending, only call athn_stop() when IFF_RUNNING is set.Mark Kettenis
2010-07-21Add suspend/unsuspend logic.Mark Kettenis
2010-07-15According to Linux ath9k, the AR9280 1.0 was never sold.Damien Bergamini
2010-07-15Remove initialization values for chips that never made it into production:Damien Bergamini
2010-06-21use LE_READ_4/LE_READ_2 instead of hardcodingDamien Bergamini
2010-06-21allow Tx flags to be passed to the tx() routine.Damien Bergamini
2010-06-21use correct clock rate when computing the listen time for ANIDamien Bergamini
2010-06-12Add missing arg to a printf call.Jonathan Gray
2010-06-05- fix athn_set_key() on big-endian machines (function is not used yet)Damien Bergamini
2010-06-03enable async fifo for >=AR9287 1.3 only.Damien Bergamini
2010-05-16fix (again) TKIP MIC entries in set_key().Damien Bergamini
2010-05-16fix ic_max_nnodes computation.Damien Bergamini
2010-05-16no need to set the MAC address to 0 for TKIP MIC entries; the keyDamien 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-16>=AR9287 devices support short GI in 20MHz channels, so indicate thisDamien Bergamini
2010-05-16fix athn_updateslot for fast PLL clock and 40MHz CBWDamien Bergamini
2010-05-16cleanup interrupts mask management.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-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-10fix athn_stop_tx_dmaDamien Bergamini
2010-04-10always do a full reset when changing the channel on AR5008 devices,Damien Bergamini
2010-04-07txq->lastds is only valid when txq is not empty.Damien Bergamini
2010-04-07update initvals and TX gains for AR9285 >=1.2Damien Bergamini
2010-04-05backout these two files i committed by accident.Damien Bergamini
2010-04-05fix regression on RT2860C introduced in previous commit.Damien Bergamini
2010-03-28Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287Kenneth R Westerback
2010-02-24- properly maintain sc->curchanDamien Bergamini
2010-02-24Disable Reduced Interframe Space search on AR9160 to workaroundDamien Bergamini
2010-02-21Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not,Mark Kettenis
2010-02-16fix AR_DTIM_PERIODDamien Bergamini
2010-02-15Properly detect when the band changes from 2GHz to 5GHz andDamien Bergamini
2010-02-15- handle SIOCS80211CHANNEL in monitor mode without doing a full resetDamien Bergamini
2010-01-27change the MRR pattern from 1/1/1/1 to 2/2/2/4Damien Bergamini
2009-12-05Use the correct member of the ieee80211com struct when testingJonathan Gray
2009-11-25fix previousDamien Bergamini
2009-11-25single-stream parts (AR9285) have a hardware bug that limits theDamien Bergamini
2009-11-23prevent interrupts storm when the radio switch is turned off whileDamien Bergamini
2009-11-23move things from athn_attach() to athn_init() such that we canDamien Bergamini
2009-11-23cleanup athn_set_key (not used yet.)Damien Bergamini
2009-11-23remove a global that i used to test protection modes.Damien Bergamini
2009-11-22fix RTS/CTS and CTS-to-self protection modes.Damien Bergamini
2009-11-21make the led blink during a scan.Damien Bergamini
2009-11-21debug offDamien Bergamini
2009-11-19if a radio switch exists, configure the GPIO pin to which it isDamien Bergamini
2009-11-17fix a DPRINTF format string.Damien Bergamini
2009-11-17cleanup the printf/DPRINTF mess.Damien Bergamini