esp_wifi: fix some txop issues

This commit is contained in:
muhaidong 2023-05-26 12:04:20 +08:00
parent fe74683489
commit 91d4132f4c
2 changed files with 2 additions and 2 deletions

View File

@ -1608,7 +1608,7 @@ lmacReachLongLimit = 0x40001618;
lmacReachShortLimit = 0x4000161c;
lmacRecycleMPDU = 0x40001620;
lmacRxDone = 0x40001624;
lmacSetTxFrame = 0x40001628;
/*lmacSetTxFrame = 0x40001628;*/
lmacTxFrame = 0x40001630;
mac_tx_set_duration = 0x40001634;
/* mac_tx_set_htsig = 0x40001638; */

View File

@ -1918,7 +1918,7 @@ lmacReachLongLimit = 0x40005388;
lmacReachShortLimit = 0x40005394;
lmacRecycleMPDU = 0x400053a0;
lmacRxDone = 0x400053ac;
lmacSetTxFrame = 0x400053b8;
/*lmacSetTxFrame = 0x400053b8;*/
lmacTxDone = 0x400053c4;
lmacTxFrame = 0x400053d0;
mac_tx_set_duration = 0x400053dc;