Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_phycfg.c915 u8 OfdmTxPwrIdx = phy_DbmToTxPwrIdx(Adapter, WIRELESS_MODE_N_24G, powerInDbm); in PHY_UpdateTxPowerDbm8188E() local
917 if (OfdmTxPwrIdx - pHalData->LegacyHTTxPowerDiff > 0) in PHY_UpdateTxPowerDbm8188E()
918 OfdmTxPwrIdx -= pHalData->LegacyHTTxPowerDiff; in PHY_UpdateTxPowerDbm8188E()
920 OfdmTxPwrIdx = 0; in PHY_UpdateTxPowerDbm8188E()
926 pHalData->TxPwrLevelHT40_2S[rf_path][idx] = OfdmTxPwrIdx; in PHY_UpdateTxPowerDbm8188E()