Symbol: MGN_11M
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1007
ret_rate = MGN_11M;
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1189
if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M))
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1866
if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M))
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
1172
case MGN_11M:
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
1312
BAND_ON_2_4G, MGN_11M);
drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c
179
if ((TxRate >= MGN_1M) && (TxRate <= MGN_11M))
drivers/staging/rtl8723bs/hal/hal_com.c
120
case MGN_11M:
drivers/staging/rtl8723bs/hal/hal_com.c
193
ret_rate = MGN_11M;
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
185
RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
192
RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
242
RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
377
MGN_1M, MGN_2M, MGN_5_5M, MGN_11M
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
387
base = PHY_GetTxPowerByRate(padapter, path, MGN_11M);
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
426
u8 cckRates[] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M};
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
495
if ((Rate == MGN_1M) || (Rate == MGN_2M) || (Rate == MGN_5_5M) || (Rate == MGN_11M))
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
517
case MGN_11M:
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
673
case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M:
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
68
base = PHY_GetTxPowerByRate(padapter, path, MGN_11M);
drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c
451
case MGN_11M:
drivers/staging/rtl8723bs/include/ieee80211.h
397
#define IS_CCK_RATE(_rate) (_rate == MGN_1M || _rate == MGN_2M || _rate == MGN_5_5M || _rate == MGN_11M)
drivers/staging/rtl8723bs/include/ieee80211.h
398
#define IS_OFDM_RATE(_rate) (_rate >= MGN_6M && _rate <= MGN_54M && _rate != MGN_11M)