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
2006-04-20
printf() calls with the format string spanning several lines should not have
Miod Vallat
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-02-20
Fix kernel builds without bpfilter. Linking is still broken.
Damien Bergamini
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2005-12-10
Initialize flags before using it. Spotted by lint.
Kenneth R Westerback
2005-11-11
more verbose error message for the "bogus xmit rate" problem
Reyk Floeter
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-09-19
don't attach unsupported radio chipsets
Reyk Floeter
2005-09-08
use ieee80211_iterate_nodes to iterate the nodes and add a extra check
Reyk Floeter
2005-09-08
fix a possible division by zero by using minimal default values for the
Reyk Floeter
2005-09-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-09-08
Remove FreeBSD if_printf compat function from net80211.
Jonathan Gray
2005-08-21
update the 802.11 station address if the ethernet lladdr has been changed.
Reyk Floeter
2005-08-21
remove the IEEE80211_C_SCANALL capability, it should be used on
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-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