mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero
This commit is contained in:
@@ -48,7 +48,7 @@ lmacReachLongLimit = 0x40000b60;
|
||||
lmacReachShortLimit = 0x40000b64;
|
||||
lmacRecycleMPDU = 0x40000b68;
|
||||
lmacRxDone = 0x40000b6c;
|
||||
lmacSetTxFrame = 0x40000b70;
|
||||
/*lmacSetTxFrame = 0x40000b70;*/
|
||||
lmacTxDone = 0x40000b74;
|
||||
lmacTxFrame = 0x40000b78;
|
||||
mac_tx_set_duration = 0x40000b7c;
|
||||
|
Reference in New Issue
Block a user