index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
athn.c
Age
Commit message (
Expand
)
Author
2010-02-24
- properly maintain sc->curchan
Damien Bergamini
2010-02-24
Disable Reduced Interframe Space search on AR9160 to workaround
Damien Bergamini
2010-02-21
Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not,
Mark Kettenis
2010-02-16
fix AR_DTIM_PERIOD
Damien Bergamini
2010-02-15
Properly detect when the band changes from 2GHz to 5GHz and
Damien Bergamini
2010-02-15
- handle SIOCS80211CHANNEL in monitor mode without doing a full reset
Damien Bergamini
2010-01-27
change the MRR pattern from 1/1/1/1 to 2/2/2/4
Damien Bergamini
2009-12-05
Use the correct member of the ieee80211com struct when testing
Jonathan Gray
2009-11-25
fix previous
Damien Bergamini
2009-11-25
single-stream parts (AR9285) have a hardware bug that limits the
Damien Bergamini
2009-11-23
prevent interrupts storm when the radio switch is turned off while
Damien Bergamini
2009-11-23
move things from athn_attach() to athn_init() such that we can
Damien Bergamini
2009-11-23
cleanup athn_set_key (not used yet.)
Damien Bergamini
2009-11-23
remove a global that i used to test protection modes.
Damien Bergamini
2009-11-22
fix RTS/CTS and CTS-to-self protection modes.
Damien Bergamini
2009-11-21
make the led blink during a scan.
Damien Bergamini
2009-11-21
debug off
Damien Bergamini
2009-11-19
if a radio switch exists, configure the GPIO pin to which it is
Damien Bergamini
2009-11-17
fix a DPRINTF format string.
Damien Bergamini
2009-11-17
cleanup the printf/DPRINTF mess.
Damien Bergamini
2009-11-17
fix previous.
Damien Bergamini
2009-11-17
update hardware multicast filter.
Damien Bergamini
2009-11-17
add short interframe space to duration since the athn_txtime
Damien Bergamini
2009-11-16
it is better if it compiles.
Damien Bergamini
2009-11-16
do not panic when wep is enabled.
Damien Bergamini
2009-11-15
AR9287 uses GPIO pin 8 for LED, not 1.
Damien Bergamini
2009-11-15
fix athn_stop_tx_dma().
Damien Bergamini
2009-11-14
athn(4), a driver for Atheros 802.11a/g/n devices.
Damien Bergamini