mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
esp_wifi: fix c3 rate control issue to improve tx robust
This commit is contained in:
@ -1604,7 +1604,7 @@ rcClearCurSched = 0x4000175c;
|
||||
rcClearCurStat = 0x40001760;
|
||||
rcLowerSched = 0x40001768;
|
||||
rcSetTxAmpduLimit = 0x4000176c;
|
||||
rcTxUpdatePer = 0x40001770;
|
||||
/* rcTxUpdatePer = 0x40001770; */
|
||||
rcUpdateAckSnr = 0x40001774;
|
||||
rcUpdateRate = 0x40001778;
|
||||
/* rcUpdateTxDone = 0x4000177c; */
|
||||
|
Reference in New Issue
Block a user