MGN_11M          1163 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		ret_rate = MGN_11M;
MGN_11M          1345 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M))
MGN_11M          2033 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M))
MGN_11M          1185 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 		case MGN_11M:
MGN_11M          1325 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 							BAND_ON_2_4G, MGN_11M);
MGN_11M          1031 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	case MGN_11M:
MGN_11M          1328 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 			ret_rate = MGN_11M;
MGN_11M          1920 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	case MGN_11M:
MGN_11M           573 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 		case MGN_11M:
MGN_11M           615 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 		case MGN_11M:
MGN_11M          1054 drivers/staging/rtl8192u/r8192U_core.c 		case MGN_11M:
MGN_11M          1095 drivers/staging/rtl8192u/r8192U_core.c 		case MGN_11M:
MGN_11M          1305 drivers/staging/rtl8192u/r8192U_core.c 	case MGN_11M:
MGN_11M          3646 drivers/staging/rtl8192u/r8192U_core.c 			ret_rate = MGN_11M;
MGN_11M          4415 drivers/staging/rtl8192u/r8192U_core.c 	case MGN_11M:
MGN_11M           213 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		if ((TxRate >= MGN_1M) && (TxRate <= MGN_11M))
MGN_11M           182 drivers/staging/rtl8723bs/hal/hal_com.c 	case MGN_11M:
MGN_11M           447 drivers/staging/rtl8723bs/hal/hal_com.c 		ret_rate = MGN_11M;
MGN_11M           204 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_1TX, MGN_11M);
MGN_11M           387 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 			RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
MGN_11M           394 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 			RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
MGN_11M           471 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
MGN_11M           821 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		MGN_1M, MGN_2M, MGN_5_5M, MGN_11M
MGN_11M           854 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 				base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_11M);
MGN_11M           932 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		u8 cckRates[]   = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M};
MGN_11M          1197 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	if ((Rate == MGN_1M) || (Rate == MGN_2M) || (Rate == MGN_5_5M) || (Rate == MGN_11M)) {
MGN_11M          1222 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	case MGN_11M:
MGN_11M          1634 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M:
MGN_11M           604 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 		case MGN_11M:
MGN_11M           533 drivers/staging/rtl8723bs/include/ieee80211.h #define IS_CCK_RATE(_rate)				(MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == MGN_11M)
MGN_11M           534 drivers/staging/rtl8723bs/include/ieee80211.h #define IS_OFDM_RATE(_rate)				(MGN_6M <= _rate && _rate <= MGN_54M  && _rate != MGN_11M)