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-08-02
There is no reason to call the start function upon resume; the network stack
Mark Kettenis
2010-07-22
When suspending, only call athn_stop() when IFF_RUNNING is set.
Mark Kettenis
2010-07-21
Add suspend/unsuspend logic.
Mark Kettenis
2010-07-15
According to Linux ath9k, the AR9280 1.0 was never sold.
Damien Bergamini
2010-07-15
Remove initialization values for chips that never made it into production:
Damien Bergamini
2010-06-21
use LE_READ_4/LE_READ_2 instead of hardcoding
Damien Bergamini
2010-06-21
allow Tx flags to be passed to the tx() routine.
Damien Bergamini
2010-06-21
use correct clock rate when computing the listen time for ANI
Damien Bergamini
2010-06-12
Add 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-03
enable async fifo for >=AR9287 1.3 only.
Damien Bergamini
2010-05-16
fix (again) TKIP MIC entries in set_key().
Damien Bergamini
2010-05-16
fix ic_max_nnodes computation.
Damien Bergamini
2010-05-16
no need to set the MAC address to 0 for TKIP MIC entries; the key
Damien Bergamini
2010-05-16
cleanup hardware key cache management (not used yet)
Damien Bergamini
2010-05-16
cleanup calibration bits (not everything is enabled yet.)
Damien Bergamini
2010-05-16
initial Host AP bits.
Damien Bergamini
2010-05-16
>=AR9287 devices support short GI in 20MHz channels, so indicate this
Damien Bergamini
2010-05-16
fix athn_updateslot for fast PLL clock and 40MHz CBW
Damien Bergamini
2010-05-16
cleanup interrupts mask management.
Damien Bergamini
2010-05-11
enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says the
Damien Bergamini
2010-05-10
athn(4) is going to support a new family of Atheros 802.11n
Damien Bergamini
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-04-10
fix athn_stop_tx_dma
Damien Bergamini
2010-04-10
always do a full reset when changing the channel on AR5008 devices,
Damien Bergamini
2010-04-07
txq->lastds is only valid when txq is not empty.
Damien Bergamini
2010-04-07
update initvals and TX gains for AR9285 >=1.2
Damien Bergamini
2010-04-05
backout these two files i committed by accident.
Damien Bergamini
2010-04-05
fix regression on RT2860C introduced in previous commit.
Damien Bergamini
2010-03-28
Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287
Kenneth R Westerback
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
[next]