Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_regdomain.c104 { HAL_MODE_11B, IEEE80211_CHAN_B },
468 case HAL_MODE_11B: in getchannels()
482 else if (cm->mode == HAL_MODE_11B) in getchannels()
486 if (cm->mode == HAL_MODE_11B) in getchannels()
H A Dah.c466 return HAL_MODE_11B; in ath_hal_get_curmode()
H A Dah.h643 HAL_MODE_11B = 0x004, /* 11b channels */ enumerator
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c196 mode |= HAL_MODE_11B; in getWirelessModes()
1096 modes |= HAL_MODE_11B; in main()
1171 modes = HAL_MODE_11A | HAL_MODE_11B | in main()
1186 if (modes & HAL_MODE_11B) { in main()
1189 HAL_MODE_11B, cc, rd, extendedChanMode) == HAL_OK) { in main()
1244 if (CHECKMODES(modes, HAL_MODE_11B|HAL_MODE_11G)) { in main()
1269 if (modes & HAL_MODE_11B) in main()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_phy.c91 case HAL_MODE_11B: in ar5211GetRateTable()
H A Dar5211_attach.c489 pCap->halWirelessModes |= HAL_MODE_11B; in ar5211FillCapabilityInfo()
H A Dar5211_misc.c151 mode |= HAL_MODE_11B; in ar5211GetWirelessModes()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_phy.c170 case HAL_MODE_11B: in ar5212GetRateTable()
H A Dar5212_attach.c776 pCap->halWirelessModes |= HAL_MODE_11B; in ar5212FillCapabilityInfo()
H A Dar5212_misc.c127 mode |= HAL_MODE_11B; in ar5212GetWirelessModes()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c330 case HAL_MODE_11B: in ar9300_get_rate_table()
547 case HAL_MODE_11B: in ar9300_init_rate_txpower()
H A Dar9300_attach.c2730 p_cap->halWirelessModes |= HAL_MODE_11B | HAL_MODE_11G | in ar9300_fill_capability_info()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c6143 rt = ath_hal_getratetable(ah, HAL_MODE_11B);