mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(wifi): fix esp32s3 ping failure with ip and wifi fragmented packets
This commit is contained in:
@@ -953,7 +953,7 @@ lmacReachShortLimit = 0x40005394;
|
||||
lmacRecycleMPDU = 0x400053a0;
|
||||
lmacRxDone = 0x400053ac;
|
||||
/*lmacSetTxFrame = 0x400053b8;*/
|
||||
lmacTxDone = 0x400053c4;
|
||||
/*lmacTxDone = 0x400053c4;*/
|
||||
/*lmacTxFrame = 0x400053d0;*/
|
||||
mac_tx_set_duration = 0x400053dc;
|
||||
/* mac_tx_set_htsig = 0x400053e8;*/
|
||||
|
||||
Reference in New Issue
Block a user