MGN_1M           1150 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	u8 ret_rate = MGN_1M;
MGN_1M           1154 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		ret_rate = MGN_1M;
MGN_1M           1345 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M))
MGN_1M           2033 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 		if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M))
MGN_1M           1182 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 		case MGN_1M:
MGN_1M           1022 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	case MGN_1M:
MGN_1M           1319 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 			ret_rate = MGN_1M;
MGN_1M           1911 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c 	case MGN_1M:
MGN_1M            564 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 		case MGN_1M:
MGN_1M            606 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 		case MGN_1M:
MGN_1M            921 drivers/staging/rtl8192e/rtllib_tx.c 					tcb_desc->data_rate = MGN_1M;
MGN_1M           1045 drivers/staging/rtl8192u/r8192U_core.c 		case MGN_1M:
MGN_1M           1086 drivers/staging/rtl8192u/r8192U_core.c 		case MGN_1M:
MGN_1M           1296 drivers/staging/rtl8192u/r8192U_core.c 	case MGN_1M:
MGN_1M           3637 drivers/staging/rtl8192u/r8192U_core.c 			ret_rate = MGN_1M;
MGN_1M           4406 drivers/staging/rtl8192u/r8192U_core.c 	case MGN_1M:
MGN_1M           4556 drivers/staging/rtl8192u/r8192U_core.c 				stats->rate = MGN_1M;
MGN_1M            213 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		if ((TxRate >= MGN_1M) && (TxRate <= MGN_11M))
MGN_1M            173 drivers/staging/rtl8723bs/hal/hal_com.c 	case MGN_1M:
MGN_1M            434 drivers/staging/rtl8723bs/hal/hal_com.c 	u8 ret_rate = MGN_1M;
MGN_1M            438 drivers/staging/rtl8723bs/hal/hal_com.c 		ret_rate = MGN_1M;
MGN_1M            377 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M);
MGN_1M            454 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M);
MGN_1M            468 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M);
MGN_1M            821 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		MGN_1M, MGN_2M, MGN_5_5M, MGN_11M
MGN_1M            932 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		u8 cckRates[]   = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M};
MGN_1M           1197 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	if ((Rate == MGN_1M) || (Rate == MGN_2M) || (Rate == MGN_5_5M) || (Rate == MGN_11M)) {
MGN_1M           1213 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	case MGN_1M:
MGN_1M           1634 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M:
MGN_1M            595 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 		case MGN_1M:
MGN_1M            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)