Searched refs:ofdmRates (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 381 u8 ofdmRates[8] = { in phy_ConvertTxPowerByRateInDbmToRelativeValues() local 397 for (i = 0; i < sizeof(ofdmRates); ++i) { in phy_ConvertTxPowerByRateInDbmToRelativeValues() 398 value = PHY_GetTxPowerByRate(padapter, path, ofdmRates[i]); in phy_ConvertTxPowerByRateInDbmToRelativeValues() 399 PHY_SetTxPowerByRate(padapter, path, ofdmRates[i], value - base); 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() local 438 Channel, ofdmRates, in PHY_SetTxPowerIndexByRateSection() 439 ARRAY_SIZE(ofdmRates)); in PHY_SetTxPowerIndexByRateSection()
|