mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-09 22:21:10 +00:00
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero
This commit is contained in:
@@ -74,7 +74,7 @@ lmacReachLongLimit = 0x40000cb8;
|
||||
lmacReachShortLimit = 0x40000cbc;
|
||||
lmacRecycleMPDU = 0x40000cc0;
|
||||
lmacRxDone = 0x40000cc4;
|
||||
lmacSetTxFrame = 0x40000cc8;
|
||||
/*lmacSetTxFrame = 0x40000cc8;*/
|
||||
lmacTxDone = 0x40000ccc;
|
||||
lmacTxFrame = 0x40000cd0;
|
||||
lmacDisableTransmit = 0x40000cd4;
|
||||
|
Reference in New Issue
Block a user