This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
dev
/
ath
History
sam
e6b2ea61e2
Fix AR5416 and later parts when building with AH_DEBUG or similar defined:
...
always define OS_REG_UNSWAPPED and use it in ath_hal_reg_{read,write}. Approved by: re (kib)
2009-07-06 20:51:54 +00:00
..
ath_hal
Revert a local change that should not have been in the last commit.
2009-06-28 11:32:52 +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
now that the new association callback is used when joining a bss we can
2008-10-27 16:58:06 +00:00
if_athvar.h
Add HAL_RX_FILTER_BSSID support (to disable bssid match):
2009-06-27 20:06:56 +00:00