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
/
ar5008.c
Age
Commit message (
Expand
)
Author
2012-08-25
Add support for power saving in Host AP mode.
Mark Kettenis
2011-06-19
Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as
Matthew Dempsky
2011-01-06
"athn* at uhub? port ?"
Damien Bergamini
2011-01-01
add code to read OTPROM on the AR9485
Damien Bergamini
2010-12-31
of course, GPIO handling on AR9271 and AR7010 had to be different
Damien Bergamini
2010-12-31
commit some bits that will be required by AR9271/AR7010
Damien Bergamini
2010-12-31
Make the athn(4) back-end more bus agnostic by moving read and write
Damien Bergamini
2010-11-07
fix a test in ar5008_rx_free()
Damien Bergamini
2010-09-03
fix initialization value of analog register AR_AN_TOP2 on some high
Damien Bergamini
2010-08-12
For chips in open-loop power control mode, periodically (every 30 secs)
Damien Bergamini
2010-07-15
sync ar5008_bb_load_noisefloor() with ar9003_bb_load_noisefloor().
Damien Bergamini
2010-07-15
fix PDADC value for target index (AR5008 family only.)
Damien Bergamini
2010-06-21
allow 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-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
return early in {ar5008,ar9003}_rx_free if buffers have not been
Damien Bergamini
2010-05-12
do not unlink the Tx buffer from our global list until we're sure
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