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
/
ath.c
Age
Commit message (
Expand
)
Author
2005-07-19
- the self linked hardware rx descriptor list does not work in hostap
Reyk Floeter
2005-07-18
remove trailing newline in panic(9); ok millert@ and deraadt@
Federico G. Schwindt
2005-05-28
fix hostap mode
Reyk Floeter
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-05-11
extra checks for monitor mode
Reyk Floeter
2005-05-08
change the dmesg output: print known chipset names, don't print the
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-06
pad keys with zeros to a supported key length. this is bad but seems
Reyk Floeter
2005-04-06
<sys/types.h> is not needed with <sys/param.h>
Kevin Lo
2005-04-05
fix wep by adjusting the total packet length
Reyk Floeter
2005-04-03
remove redundant suser() checks
Uwe Stuehler
2005-04-02
More ioctl permission checks.
Uwe Stuehler
2005-03-19
further fixes for ar5212.
Reyk Floeter
2005-03-18
use IFQ_* instead of IF_* for the data queue
Reyk Floeter
2005-03-11
fix channel initialisation. thanks to simon slater.
Reyk Floeter
2005-03-10
fix beacon handling
Reyk Floeter
2005-03-10
use bcopy and bzero
Reyk Floeter
2005-03-03
improve radiotap support, fix some minor bugs.
Reyk Floeter
2005-03-03
addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().
Damien Bergamini
2005-03-01
fix the radiotap bpf listener
Reyk Floeter
2005-02-17
mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup the
Reyk Floeter
2005-02-17
derived from NetBSD:
Reyk Floeter
2005-01-03
Make ath at cardbus not depend on ath at pci. ok reyk@
Jonathan Gray
2004-12-31
sync with the latest work and add some stuff needed by the upcoming ar5211/ar...
Reyk Floeter
2004-11-23
support the gpio found on ath(4) devices.
Reyk Floeter
2004-11-11
some fixes for beeing compatible with gcc3 as noticed by some people.
Reyk Floeter
2004-11-02
spacing, beautify dmesg output
Reyk Floeter
2004-11-02
imported Sam Leffler's ath driver for atheros multimode wireless nics
Reyk Floeter