esp_wifi: fix c3 rate control issue to improve tx robust

This commit is contained in:
chenjianxing 2023-03-30 21:52:06 +08:00
parent 3ce1d93958
commit 54b61a77a2

View File

@ -1604,7 +1604,7 @@ rcClearCurSched = 0x4000175c;
rcClearCurStat = 0x40001760;
rcLowerSched = 0x40001768;
rcSetTxAmpduLimit = 0x4000176c;
rcTxUpdatePer = 0x40001770;
/* rcTxUpdatePer = 0x40001770; */
rcUpdateAckSnr = 0x40001774;
rcUpdateRate = 0x40001778;
/* rcUpdateTxDone = 0x4000177c; */