This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-02-09 02:26:27 +00:00
Code
Issues
Releases
Activity
freebsd
/
sys
/
dev
/
ath
History
Sam Leffler
6552698302
Fix ar5416 and later parts on big-endian platforms: setup the h/w byte
...
swizzler using the same technique used everywhere else. Approved by: re (kib)
2009-07-07 18:11:05 +00:00
..
ath_hal
Fix ar5416 and later parts on big-endian platforms: setup the h/w byte
2009-07-07 18:11:05 +00:00
ath_rate
purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsi
2009-06-13 23:36:54 +00:00
ah_osdep.c
Fix AR5416 and later parts when building with AH_DEBUG or similar defined:
2009-07-06 20:51:54 +00:00
ah_osdep.h
Fix AR5416 and later parts when building with AH_DEBUG or similar defined:
2009-07-06 20:51:54 +00:00
if_ath_pci.c
The module name convention is foo, not if_foo.
2009-05-15 17:02:11 +00:00
if_ath.c
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
2009-06-26 11:45:06 +00:00
if_athioctl.h
add SIOCZATHSTATS ioctl to zero driver statistics
2009-02-13 05:38:03 +00:00
if_athrate.h
…
if_athvar.h
Add HAL_RX_FILTER_BSSID support (to disable bssid match):
2009-06-27 20:06:56 +00:00