1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-13 01:22:14 +00:00

TX power control for RTL8814AU

This commit is contained in:
kimocoder 2019-04-07 17:49:44 +02:00
parent 03933bb002
commit 22d89154fd
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;