Home
last modified time | relevance | path

Searched refs:MGN_6M (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c152 RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_6M); in PHY_GetRateValuesOfTxPowerByRate()
256 RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_6M); in PHY_GetRateValuesOfTxPowerByRate()
382 MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M in phy_ConvertTxPowerByRateInDbmToRelativeValues()
435 u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; in PHY_SetTxPowerIndexByRateSection()
468 else if (MGN_6M <= Rate) in PHY_GetTxPowerIndexBase()
472 if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate)) in PHY_GetTxPowerIndexBase()
519 case MGN_6M: in PHY_GetRateIndexOfTxPowerByRate()
673 case MGN_6M: case MGN_9M: case MGN_12M: case MGN_18M: in get_rate_sctn_idx()
H A DHalPhyRf_8723B.c202 else if ((TxRate >= MGN_6M) && (TxRate <= MGN_48M)) in ODM_TxPwrTrackSetPwr_8723B()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddef.h17 #define MGN_6M 0x0c macro
H A Ddm.c1013 ret_rate = MGN_6M; in rtl8821ae_hw_rate_to_mrate()
1195 else if ((tx_rate >= MGN_6M) && (tx_rate <= MGN_48M)) in rtl8812ae_dm_txpwr_track_set_pwr()
1872 else if ((tx_rate >= MGN_6M) && (tx_rate <= MGN_48M)) in rtl8821ae_dm_txpwr_track_set_pwr()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h376 MGN_6M = 0x0C, enumerator
399 #define IS_OFDM_RATE(_rate) (MGN_6M <= _rate && _rate <= MGN_54M && _rate != MGN_11M)