Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c757 u8 BW40PwrBasedBm2_4G = 0x2E; in PHY_ConvertTxPowerLimitToPowerIndex() local
771 BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, rfPath, HT_MCS0_MCS7); in PHY_ConvertTxPowerLimitToPowerIndex()
773 BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, rfPath, OFDM); in PHY_ConvertTxPowerLimitToPowerIndex()
775 BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, rfPath, CCK); in PHY_ConvertTxPowerLimitToPowerIndex()
777 BW40PwrBasedBm2_4G = Adapter->registrypriv.RegPowerBase * 2; in PHY_ConvertTxPowerLimitToPowerIndex()
780 tempValue = tempPwrLmt - BW40PwrBasedBm2_4G; in PHY_ConvertTxPowerLimitToPowerIndex()