Searched refs:HAL_MODE_11G (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/tools/tools/ath/athrd/
H A Dathrd.c199 mode |= HAL_MODE_11G;
1100 modes |= HAL_MODE_11G;
1173 HAL_MODE_11G | HAL_MODE_TURBO | HAL_MODE_108G;
1176 if (modes & HAL_MODE_11G) {
1179 HAL_MODE_11G, cc, rd, extendedChanMode) == HAL_OK) {
1245 if (CHECKMODES(modes, HAL_MODE_11B|HAL_MODE_11G)) {
1253 if (CHECKMODES(modes, HAL_MODE_11G|HAL_MODE_108G)) {
1257 if (CHECKMODES(modes, HAL_MODE_11G|HAL_MODE_HT)) {
1268 if (modes & HAL_MODE_11G)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c173 case HAL_MODE_11G:
H A Dar5212_attach.c779 pCap->halWirelessModes |= HAL_MODE_11G;
841 (pCap->halWirelessModes & (HAL_MODE_11A|HAL_MODE_11G)) != 0;
845 (pCap->halWirelessModes & (HAL_MODE_11A|HAL_MODE_11G)) != 0;
H A Dar5212_reset.c2721 IEEE80211_IS_CHAN_TURBO(chan) ? HAL_MODE_TURBO : HAL_MODE_11G);
2732 rt = ar5212GetRateTable(ah, HAL_MODE_11G);
H A Dar5212_misc.c130 mode |= HAL_MODE_11G;
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_regdomain.c105 { HAL_MODE_11G, IEEE80211_CHAN_G },
464 case HAL_MODE_11G:
H A Dah.h643 HAL_MODE_11G = 0x010, /* 11g channels (OFDM/CCK) */ enumerator in enum:__anon7451
645 HAL_MODE_11G = 0x008, /* XXX historical */
H A Dah.c461 return HAL_MODE_11G;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c54 if (pCap->halHTSupport == AH_TRUE && (mode & HAL_MODE_11G))
H A Dar5416_attach.c905 pCap->halWirelessModes |= HAL_MODE_11G
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c333 case HAL_MODE_11G:
542 case HAL_MODE_11G:
H A Dar9300_attach.c2609 p_cap->halWirelessModes |= HAL_MODE_11B | HAL_MODE_11G |
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c5700 rt = ath_hal_getratetable(ah, HAL_MODE_11G);

Completed in 301 milliseconds