TX power control for 8814

This commit is contained in:
kimocoder 2019-05-22 00:00:34 +02:00
parent d1d2446e05
commit 40ac5fb27d
2 changed files with 6 additions and 5 deletions

View File

@ -1230,6 +1230,7 @@ PHY_GetTxPowerIndex8814A(
tic->ebias = 0;
}
phy_TxPwrAdjInPercentage(pAdapter, (u8 *)&txPower);
if(txPower > MAX_POWER_INDEX)
txPower = MAX_POWER_INDEX;