Searched refs:HAL_MODE_108G (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c183 case HAL_MODE_108G:
H A Dar5212_attach.c772 pCap->halWirelessModes |= HAL_MODE_108G;
818 pCap->halTurboGSupport = pCap->halWirelessModes & HAL_MODE_108G;
H A Dar5212_misc.c132 mode |= HAL_MODE_108G;
/freebsd-9.3-release/tools/tools/ath/athrd/
H A Dathrd.c201 mode |= HAL_MODE_108G;
1112 modes |= HAL_MODE_TURBO | HAL_MODE_108G;
1173 HAL_MODE_11G | HAL_MODE_TURBO | HAL_MODE_108G;
1220 if (modes & HAL_MODE_108G) {
1223 HAL_MODE_108G, cc, rd, extendedChanMode) == HAL_OK) {
1253 if (CHECKMODES(modes, HAL_MODE_11G|HAL_MODE_108G)) {
1274 if (modes & HAL_MODE_108G)
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah_regdomain.c41 #define HAL_MODE_11G_TURBO HAL_MODE_108G
H A Dah.h469 HAL_MODE_108G = 0x020, /* 11g+Turbo channels */ enumerator in enum:__anon7014
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c828 pCap->halTurboGSupport = pCap->halWirelessModes & HAL_MODE_108G;
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c602 if (wmodes & (HAL_MODE_108G|HAL_MODE_TURBO))
5180 rt = ath_hal_getratetable(ah, HAL_MODE_108G);

Completed in 83 milliseconds