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
/
ar5210.c
Age
Commit message (
Expand
)
Author
2009-06-02
replace custom macro AR5K_ELEMENTS() with nitems()
Reyk Floeter
2009-01-15
const void foo() makes no sense. No binary change.
Alexander Yurchenko
2008-08-29
add a HAL function to force disabling the hardware crypto engine
Reyk Floeter
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2007-11-01
backout last "fix" because it breaks operation on some devices. even
Reyk Floeter
2007-10-29
fix the setup of Tx descriptors. the frame type and "no ack" bits were
Reyk Floeter
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2007-03-12
add some HAL functions (again) inspired by the changes from the
Reyk Floeter
2007-03-12
do not use bcopy to set the mac address registers. this diff should
Reyk Floeter
2007-03-05
back out, reyk is not paying attention
Theo de Raadt
2007-03-05
Add some HAL functions.
Reyk Floeter
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2005-12-18
Update my e-mail address in the copyright statement, no binary changes.
Reyk Floeter
2005-10-07
KNF
Reyk Floeter
2005-10-04
fix a bug in Tx descriptor processing.
Reyk Floeter
2005-09-19
don't attach unsupported radio chipsets
Reyk Floeter
2005-09-10
ansi, no binary change.
Jonathan Gray
2005-08-14
catched->caught
Miod Vallat
2005-08-02
reduce stack usage
Reyk Floeter
2005-06-17
remove non-constant array initializers which is a GNU extension.
Reyk Floeter
2005-05-27
remove some misplaced htole32s
Reyk Floeter
2005-05-24
ath_hal_rx_monitor should be used for link state monitoring instead of
Reyk Floeter
2005-05-21
sync power management settings. this should fix some unrecoverable
Reyk Floeter
2005-05-08
the ar5210 is silicon version 0, not 1.
Reyk Floeter
2005-05-08
fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.
Reyk Floeter
2005-04-18
beautify the code by renaming HAL functions with capitalized words (i
Reyk Floeter
2005-04-08
move reset of HAL descriptors to ath.c
Reyk Floeter
2005-04-08
bye bye unportable bitfields
Reyk Floeter
2005-04-06
pad keys with zeros to a supported key length. this is bad but seems
Reyk Floeter
2005-03-20
some fixes for wep and reset.
Reyk Floeter
2005-03-18
ignore bmiss interrupts for now.
Reyk Floeter
2005-03-10
fix beacon handling
Reyk Floeter
2005-02-17
a new year and a new, less restrictive license. because it has to be
Reyk Floeter
2005-02-17
knf
Reyk Floeter
2005-02-17
cosmetic changes, fix regdomain code and beacon handling
Reyk Floeter
2005-02-16
fix an invalid condition which returns on an invalid beacon state.
Reyk Floeter
2005-01-09
fix regulation domain handling
Reyk Floeter
2004-12-31
sync with the latest work and add some stuff needed by the upcoming ar5211/ar...
Reyk Floeter
2004-11-23
store number of supported gpio pins
Reyk Floeter
2004-11-11
some fixes for beeing compatible with gcc3 as noticed by some people.
Reyk Floeter
2004-11-08
use __packed instead of __attribute__ ((__packed__)) (ok miod@), check
Reyk Floeter
2004-11-03
knf, use positive error values (suggested by miod@)
Reyk Floeter
2004-11-02
spacing, beautify dmesg output
Reyk Floeter
2004-11-02
removed some printfs
Reyk Floeter
2004-11-02
import of a free hal part for the ath driver as a replacement for the
Reyk Floeter