summaryrefslogtreecommitdiff
path: root/sys/dev/ic/athn.c
AgeCommit message (Expand)Author
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
2009-11-17fix previous.Damien Bergamini
2009-11-17update hardware multicast filter.Damien Bergamini
2009-11-17add short interframe space to duration since the athn_txtimeDamien Bergamini
2009-11-16it is better if it compiles.Damien Bergamini
2009-11-16do not panic when wep is enabled.Damien Bergamini
2009-11-15AR9287 uses GPIO pin 8 for LED, not 1.Damien Bergamini
2009-11-15fix athn_stop_tx_dma().Damien Bergamini
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini