Searched refs:MGN_11M (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 204 base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_1TX, MGN_11M); in phy_StoreTxPowerByRateBase() 387 RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); in PHY_GetRateValuesOfTxPowerByRate() 394 RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); in PHY_GetRateValuesOfTxPowerByRate() 471 RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); in PHY_GetRateValuesOfTxPowerByRate() 821 MGN_1M, MGN_2M, MGN_5_5M, MGN_11M in phy_ConvertTxPowerByRateInDbmToRelativeValues() 854 base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_11M); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 932 u8 cckRates[] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M}; in PHY_SetTxPowerIndexByRateSection() 1197 if ((Rate == MGN_1M) || (Rate == MGN_2M) || (Rate == MGN_5_5M) || (Rate == MGN_11M)) { in PHY_GetTxPowerTrackingOffset() 1222 case MGN_11M: in PHY_GetRateIndexOfTxPowerByRate() 1632 case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M: in get_rate_sctn_idx()
|
D | hal_com.c | 181 case MGN_11M: in MRateToHwRate() 446 ret_rate = MGN_11M; in HwRateToMRate()
|
D | rtl8723b_phycfg.c | 545 case MGN_11M: in PHY_SetTxPowerIndex()
|
D | HalPhyRf_8723B.c | 217 if ((TxRate >= MGN_1M) && (TxRate <= MGN_11M)) in ODM_TxPwrTrackSetPwr_8723B()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 447 MGN_11M = 0x16, enumerator 532 …IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == MGN_11M) 533 #define IS_OFDM_RATE(_rate) (MGN_6M <= _rate && _rate <= MGN_54M && _rate != MGN_11M)
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | def.h | 15 #define MGN_11M 0x16 macro
|
D | dm.c | 1012 ret_rate = MGN_11M; in rtl8821ae_hw_rate_to_mrate() 1194 if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M)) in rtl8812ae_dm_txpwr_track_set_pwr() 1871 if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M)) in rtl8821ae_dm_txpwr_track_set_pwr()
|
D | phy.c | 1179 case MGN_11M: in _rtl8812ae_phy_get_txpower_by_rate_base_index() 1319 BAND_ON_2_4G, MGN_11M); in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1031 case MGN_11M: in _rtl92e_rate_mgn_to_hw() 1328 ret_rate = MGN_11M; in _rtl92e_rate_hw_to_mgn() 1919 case MGN_11M: in _rtl92e_update_received_rate_histogram_stats()
|
D | rtl_core.c | 576 case MGN_11M: in rtl92e_config_rate() 618 case MGN_11M: in rtl92e_config_rate()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1035 case MGN_11M: in rtl8192_config_rate() 1076 case MGN_11M: in rtl8192_config_rate() 1286 case MGN_11M: in MRateToHwRate8190Pci() 3598 ret_rate = MGN_11M; in HwRateToMRate90() 4345 case MGN_11M: in UpdateReceivedRateHistogramStatistics8190()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
D | rtllib.h | 200 #define MGN_11M 0x16 macro
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 144 #define MGN_11M 0x16 macro
|