Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c759 s8 tempValue = 0, tempPwrLmt = 0; in PHY_ConvertTxPowerLimitToPowerIndex() local
766 tempPwrLmt = pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][RF_PATH_A]; in PHY_ConvertTxPowerLimitToPowerIndex()
779 if (tempPwrLmt != MAX_POWER_INDEX) { in PHY_ConvertTxPowerLimitToPowerIndex()
780 tempValue = tempPwrLmt - BW40PwrBasedBm2_4G; in PHY_ConvertTxPowerLimitToPowerIndex()