Home
last modified time | relevance | path

Searched refs:halChanHalfRate (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c375 pCap->halChanHalfRate = AH_FALSE; in ar5210FillCapabilityInfo()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c510 pCap->halChanHalfRate = AH_FALSE; in ar5211FillCapabilityInfo()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c121 if (AH_PRIVATE(ah)->ah_caps.halChanHalfRate) in ar5212GetWirelessModes()
133 if (AH_PRIVATE(ah)->ah_caps.halChanHalfRate) in ar5212GetWirelessModes()
H A Dar5212_attach.c874 pCap->halChanHalfRate = AH_TRUE; in ar5212FillCapabilityInfo()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h241 halChanHalfRate : 1, member
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c966 pCap->halChanHalfRate = AH_TRUE; in ar5416FillCapabilityInfo()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c321 if (p_cap->halChanHalfRate) { in ar9300_get_rate_table()
H A Dar9300_attach.c3010 p_cap->halChanHalfRate = in ar9300_fill_capability_info()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1031 ahp.ah_caps.halChanHalfRate = AH_TRUE; in main()