Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_phycfg.c619 s8 txPower = 0, powerDiffByRate = 0, limit = 0; in PHY_GetTxPowerIndex() local
625 powerDiffByRate = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, ODM_RF_PATH_A, RF_1TX, Rate); in PHY_GetTxPowerIndex()
637 powerDiffByRate = powerDiffByRate > limit ? limit : powerDiffByRate; in PHY_GetTxPowerIndex()
638 txPower += powerDiffByRate; in PHY_GetTxPowerIndex()