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

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c183 case HAL_MODE_108G:
H A Dar5212_attach.c781 pCap->halWirelessModes |= HAL_MODE_108G;
849 pCap->halTurboGSupport = pCap->halWirelessModes & HAL_MODE_108G;
H A Dar5212_misc.c132 mode |= HAL_MODE_108G;
/freebsd-10.0-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-10.0-release/sys/dev/ath/ath_hal/
H A Dah_regdomain.c41 #define HAL_MODE_11G_TURBO HAL_MODE_108G
H A Dah.h647 HAL_MODE_108G = 0x020, /* 11g+Turbo channels */ enumerator in enum:__anon7451
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c950 pCap->halTurboGSupport = pCap->halWirelessModes & HAL_MODE_108G;
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c337 case HAL_MODE_108G:
H A Dar9300_attach.c2659 p_cap->halTurboGSupport = p_cap->halWirelessModes & HAL_MODE_108G;
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c697 if (wmodes & (HAL_MODE_108G|HAL_MODE_TURBO))
5706 rt = ath_hal_getratetable(ah, HAL_MODE_108G);

Completed in 265 milliseconds