freebsd-nq/sys/dev/ath
Adrian Chadd 727edca45b The current ANI capability information uses a different set of
values for the commands, compared to the internal command values
(HAL_ANI_CMD.)

My eventual aim is to make the HAL_ANI_CMD internal enum match
the public API and then remove all this messiness.

This now allows HAL_CAP_INTMIT users to use a public HAL_CAP_INTMIT_
enum rather than magic constants.

The only magic constants currently used by if_ath are "enable" and
"present". Some local tools of mine allow for direct, manual fiddling
of the ANI variables and I'll convert these to use the public enum API
before I commit them.
2011-05-25 07:34:49 +00:00
..
ath_hal The current ANI capability information uses a different set of 2011-05-25 07:34:49 +00:00
ath_rate Modify the sample rate control algorithm to only select/sample HT 2011-05-18 07:20:30 +00:00
ah_osdep.c
ah_osdep.h
if_ath_ahb.c
if_ath_debug.c
if_ath_debug.h
if_ath_keycache.c
if_ath_keycache.h
if_ath_misc.h
if_ath_pci.c
if_ath_sysctl.c
if_ath_sysctl.h
if_ath_tx_ht.c
if_ath_tx_ht.h
if_ath_tx.c
if_ath_tx.h
if_ath.c
if_athioctl.h
if_athrate.h
if_athvar.h The current ANI capability information uses a different set of 2011-05-25 07:34:49 +00:00