Home
last modified time | relevance | path

Searched refs:HAL_MODE_11B (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c90 case HAL_MODE_11B: in ar5211GetRateTable()
H A Dar5211_attach.c492 pCap->halWirelessModes |= HAL_MODE_11B; in ar5211FillCapabilityInfo()
H A Dar5211_misc.c151 mode |= HAL_MODE_11B; in ar5211GetWirelessModes()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c197 mode |= HAL_MODE_11B; in getWirelessModes()
1083 modes |= HAL_MODE_11B; in main()
1158 modes = HAL_MODE_11A | HAL_MODE_11B | in main()
1173 if (modes & HAL_MODE_11B) { in main()
1176 HAL_MODE_11B, cc, rd, extendedChanMode) == HAL_OK) { in main()
1231 if (CHECKMODES(modes, HAL_MODE_11B|HAL_MODE_11G)) { in main()
1256 if (modes & HAL_MODE_11B) in main()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c169 case HAL_MODE_11B: in ar5212GetRateTable()
H A Dar5212_attach.c778 pCap->halWirelessModes |= HAL_MODE_11B; in ar5212FillCapabilityInfo()
H A Dar5212_misc.c127 mode |= HAL_MODE_11B; in ar5212GetWirelessModes()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c104 { HAL_MODE_11B, IEEE80211_CHAN_B, &regDmn2GhzFreq[0] },
367 case HAL_MODE_11B: in getchannelBM()
H A Dah.h657 HAL_MODE_11B = 0x004, /* 11b channels */ enumerator
H A Dah.c551 return HAL_MODE_11B; in ath_hal_get_curmode()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c332 case HAL_MODE_11B: in ar9300_get_rate_table()
554 case HAL_MODE_11B: in ar9300_init_rate_txpower()
H A Dar9300_attach.c2735 p_cap->halWirelessModes |= HAL_MODE_11B | HAL_MODE_11G | in ar9300_fill_capability_info()
/freebsd/sys/dev/ath/
H A Dif_ath.c6446 rt = ath_hal_getratetable(ah, HAL_MODE_11B); in ath_rate_setup()