Searched refs:powerDiffByRate (Results 1 – 1 of 1) sorted by relevance
619 s8 txPower = 0, powerDiffByRate = 0, limit = 0; in PHY_GetTxPowerIndex() local625 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()