Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_phy.c91 case HAL_MODE_11B: in ar5211GetRateTable()
H A Dar5211_attach.c486 pCap->halWirelessModes |= HAL_MODE_11B; in ar5211FillCapabilityInfo()
H A Dar5211_misc.c151 mode |= HAL_MODE_11B; in ar5211GetWirelessModes()
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_phy.c168 case HAL_MODE_11B: in ar5212GetRateTable()
H A Dar5212_attach.c760 pCap->halWirelessModes |= HAL_MODE_11B; in ar5212FillCapabilityInfo()
H A Dar5212_misc.c131 mode |= HAL_MODE_11B; in ar5212GetWirelessModes()
/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah.h473 HAL_MODE_11B = 0x004, /* 11b channels */ enumerator
H A Dah_regdomain.c1912 { HAL_MODE_11B, CHANNEL_B},
2516 case HAL_MODE_11B: in ath_hal_init_channels()
/netbsd/sys/dev/ic/
H A Dath.c5126 rt = ath_hal_getratetable(ah, HAL_MODE_11B); in ath_rate_setup()
5486 #define HAL_MODE_DUALBAND (HAL_MODE_11A|HAL_MODE_11B) in ath_announce()