Home
last modified time | relevance | path

Searched refs:ath_hal_setcapability (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_athvar.h1209 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ macro
1216 ath_hal_setcapability(_ah, HAL_CAP_REG_DMN, 0, _rd, NULL)
1222 ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL)
1228 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL)
1238 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL)
1246 ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL)
1262 ath_hal_setcapability(_ah, HAL_CAP_TXPOW, 3, _v, NULL)
1268 ath_hal_setcapability(_ah, HAL_CAP_TPC, 1, _v, NULL)
1272 ath_hal_setcapability(_ah, HAL_CAP_MCAST_KEYSRCH, 0, _v, NULL)
1288 ath_hal_setcapability(_ah, HAL_CAP_TSF_ADJUST, 1, _onoff, NULL)
[all …]
/freebsd/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c140 (void) ath_hal_setcapability(sc->sc_ah, HAL_CAP_DIVERSITY, 2, 0, NULL); in ath_dfs_radar_enable()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h476 ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _v, AH_NULL)
742 extern HAL_BOOL ath_hal_setcapability(struct ath_hal *ah,
H A Dah.c902 ath_hal_setcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_setcapability() function
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c626 return ath_hal_setcapability(ah, type, capability, in ar5210SetCapability()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c667 return ath_hal_setcapability(ah, type, capability, in ar5211SetCapability()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1043 return ath_hal_setcapability(ah, type, capability, in ar5212SetCapability()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1111 return ath_hal_setcapability(ah, type, capability, setting, status); in ar9300_set_capability()