mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
esp_wifi: fix some txop issues
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user