esp_wifi: improve tx robust for c2/c3/s3

This commit is contained in:
chenjianxing 2023-03-30 21:36:35 +08:00
parent 7fb16bcb55
commit 8d2e2ef2aa
3 changed files with 3 additions and 3 deletions

View File

@ -1629,7 +1629,7 @@ rcClearCurStat = 0x40001c84;
rcGetSched = 0x40001c88;
rcLowerSched = 0x40001c8c;
rcSetTxAmpduLimit = 0x40001c90;
rcTxUpdatePer = 0x40001c94;
/* rcTxUpdatePer = 0x40001c94;*/
rcUpdateAckSnr = 0x40001c98;
rcUpdateRate = 0x40001c9c;
rcUpdateTxDone = 0x40001ca0;

View File

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

View File

@ -1997,7 +1997,7 @@ rcClearCurStat = 0x40005760;
rcGetSched = 0x4000576c;
rcLowerSched = 0x40005778;
rcSetTxAmpduLimit = 0x40005784;
rcTxUpdatePer = 0x40005790;
/* rcTxUpdatePer = 0x40005790;*/
rcUpdateAckSnr = 0x4000579c;
rcUpdateRate = 0x400057a8;
/* rcUpdateTxDone = 0x400057b4; */