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
2007-01-03
M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.
Claudio Jeker
2006-12-14
fix a minor bug in the tx data queue setup by using the right queue
Reyk Floeter
2006-11-06
figured out by tdeval@:
Reyk Floeter
2006-10-19
s/Mhz/MHz/ in comments and printf() strings
Tom Cosgrove
2006-10-14
fix the slightly different reset procedure of single chip variants.
Reyk Floeter
2006-09-19
attach and enable the newer chipset generations AR2413, AR5413, and
Reyk Floeter
2006-09-19
detect the newer single chip generations AR2413, AR5413 and AR5224 but
Reyk Floeter
2006-09-19
"pure g" is a special, non-standard ofdm-only mode. use the standard
Reyk Floeter
2006-09-19
use the correct antenna mode settings and fix a bug in the tx
Reyk Floeter
2006-06-23
set the RSSI Max value in ath(4) and use the new RSSI radiotap header
Reyk Floeter
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2006-05-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
2006-05-08
Make ath_attach() return error if the RF is unsupported so the PCI code
Pedro Martelletto
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
[next]