Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_phycfg.c683 s8 txPower = 0, powerDiffByRate = 0, limit = 0; in PHY_GetTxPowerIndex_8723B() local
689 powerDiffByRate = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, ODM_RF_PATH_A, RF_1TX, Rate); in PHY_GetTxPowerIndex_8723B()
701 powerDiffByRate = powerDiffByRate > limit ? limit : powerDiffByRate; in PHY_GetTxPowerIndex_8723B()
702 txPower += powerDiffByRate; in PHY_GetTxPowerIndex_8723B()