Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar9001/
H A Dar9130_attach.c310 pCap->halChanHalfRate = AH_FALSE; in ar9130FillCapabilityInfo()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c372 pCap->halChanHalfRate = AH_FALSE; in ar5210FillCapabilityInfo()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c507 pCap->halChanHalfRate = AH_FALSE; in ar5211FillCapabilityInfo()
/dragonfly/sys/dev/netif/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.c872 pCap->halChanHalfRate = AH_TRUE; in ar5212FillCapabilityInfo()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h235 halChanHalfRate : 1, member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c967 pCap->halChanHalfRate = AH_TRUE; in ar5416FillCapabilityInfo()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c319 if (p_cap->halChanHalfRate) { in ar9300_get_rate_table()
H A Dar9300_attach.c3005 p_cap->halChanHalfRate = in ar9300_fill_capability_info()
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c1044 ahp.ah_caps.halChanHalfRate = AH_TRUE; in main()