mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: fix some txop issues
This commit is contained in:
parent
fe74683489
commit
91d4132f4c
@ -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; */
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user