Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c823 u8 ofdmRates[8] = { in phy_ConvertTxPowerByRateInDbmToRelativeValues() local
862 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues()
863 value = PHY_GetTxPowerByRate(padapter, band, path, txNum, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
864 PHY_SetTxPowerByRate(padapter, band, path, txNum, ofdmRates[i], value - base); in phy_ConvertTxPowerByRateInDbmToRelativeValues()
940 u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; in PHY_SetTxPowerIndexByRateSection() local
943 Channel, ofdmRates, in PHY_SetTxPowerIndexByRateSection()
944 ARRAY_SIZE(ofdmRates)); in PHY_SetTxPowerIndexByRateSection()