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
/
athvar.h
Age
Commit message (
Expand
)
Author
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-08-10
More cases of shutdown hooks not needed after card is already stopped. In
Theo de Raadt
2009-07-24
wrap the kernel specific parts in an _KERNEL ifdef.
Jonathan Gray
2008-08-29
add support for software crypto to allow WPA/WPA2/RSN. it is disabled
Reyk Floeter
2008-07-29
- fix FIFO overruns on PCI-E chipsets by setting the DMA size
Reyk Floeter
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2008-06-14
Allow ath(4) to detach cleanly when attaching via PCI. Also
Joel Sing
2008-06-13
If you have #if FOO > 0 parts of your softc be
Jonathan Gray
2007-06-06
the copyright holder changed the license from "dual bsd/gpl" to be
Reyk Floeter
2007-04-13
The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same
Reyk Floeter
2006-06-23
set the RSSI Max value in ath(4) and use the new RSSI radiotap header
Reyk Floeter
2005-10-20
defintion -> definition;
Jason McIntyre
2005-09-23
cleanup and simplify the regulation domain handling. some devices are
Reyk Floeter
2005-09-22
remove the very basic ath(4) rate control implementation and use
Reyk Floeter
2005-08-17
fix led states and knf. this also enables support for the software led
Reyk Floeter
2005-07-30
remove a useless timeout after tx (decrease nasty delays while
Reyk Floeter
2005-05-28
fix hostap mode
Reyk Floeter
2005-05-28
make sure to enable socket on resume.
Robert Nagy
2005-05-27
re-enable gpio init even without using the gpio(4) framework
Reyk Floeter
2005-05-27
- disable the gpio user interface for now, it's just an unimportant
Reyk Floeter
2005-05-24
ath_hal_rx_monitor should be used for link state monitoring instead of
Reyk Floeter
2005-04-18
beautify the code by renaming HAL functions with capitalized words (i
Reyk Floeter
2005-03-11
fix channel initialisation. thanks to simon slater.
Reyk Floeter
2005-03-03
improve radiotap support, fix some minor bugs.
Reyk Floeter
2005-02-17
mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup the
Reyk Floeter
2004-12-18
use tick instead of ticks. thanks to hannes at mehnert dot org.
Reyk Floeter
2004-11-23
support the gpio found on ath(4) devices.
Reyk Floeter
2004-11-02
imported Sam Leffler's ath driver for atheros multimode wireless nics
Reyk Floeter