MGN_54M          1187 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		ret_rate = MGN_54M;
MGN_54M          1350 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		else if (tx_rate == MGN_54M)
MGN_54M          2038 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		else if (tx_rate == MGN_54M)
MGN_54M          1196 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 		case MGN_54M:
MGN_54M          1237 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 		case MGN_54M:
MGN_54M          1329 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 							BAND_ON_2_4G, MGN_54M);
MGN_54M          1382 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 							BAND_ON_5G, MGN_54M);
MGN_54M          1055 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	case MGN_54M:
MGN_54M          1352 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 			ret_rate = MGN_54M;
MGN_54M          1944 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	case MGN_54M:
MGN_54M           597 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 		case MGN_54M:
MGN_54M           639 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 		case MGN_54M:
MGN_54M          1078 drivers/staging/rtl8192u/r8192U_core.c 		case MGN_54M:
MGN_54M          1119 drivers/staging/rtl8192u/r8192U_core.c 		case MGN_54M:
MGN_54M          1329 drivers/staging/rtl8192u/r8192U_core.c 	case MGN_54M:
MGN_54M          3670 drivers/staging/rtl8192u/r8192U_core.c 			ret_rate = MGN_54M;
MGN_54M          4440 drivers/staging/rtl8192u/r8192U_core.c 	case MGN_54M:
MGN_54M           218 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		else if (TxRate == MGN_54M)
MGN_54M           206 drivers/staging/rtl8723bs/hal/hal_com.c 	case MGN_54M:
MGN_54M           471 drivers/staging/rtl8723bs/hal/hal_com.c 		ret_rate = MGN_54M;
MGN_54M           208 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_1TX, MGN_54M);
MGN_54M           236 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_1TX, MGN_54M);
MGN_54M           368 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_54M);
MGN_54M           501 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_54M);
MGN_54M           824 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M
MGN_54M           861 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 				base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_54M);
MGN_54M           940 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		u8 ofdmRates[]  = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M};
MGN_54M          1073 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate)) {
MGN_54M          1129 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate)) {
MGN_54M          1246 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	case MGN_54M:
MGN_54M          1637 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	case MGN_24M: case MGN_36M: case MGN_48M: case MGN_54M:
MGN_54M           630 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 		case MGN_54M:
MGN_54M           534 drivers/staging/rtl8723bs/include/ieee80211.h #define IS_OFDM_RATE(_rate)				(MGN_6M <= _rate && _rate <= MGN_54M  && _rate != MGN_11M)