Searched refs:ofdmRates (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 382 u8 ofdmRates[8] = { in phy_ConvertTxPowerByRateInDbmToRelativeValues() local 398 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues() 399 value = PHY_GetTxPowerByRate(padapter, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 400 PHY_SetTxPowerByRate(padapter, path, ofdmRates[i], value - base); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 436 u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; in PHY_SetTxPowerIndexByRateSection() local 439 Channel, ofdmRates, in PHY_SetTxPowerIndexByRateSection() 440 ARRAY_SIZE(ofdmRates)); in PHY_SetTxPowerIndexByRateSection()
|