mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero
This commit is contained in:
@@ -9,7 +9,7 @@ esf_buf_recycle = 0x400015c4;
|
|||||||
/*hal_mac_tx_set_ppdu = 0x400015d4;*/
|
/*hal_mac_tx_set_ppdu = 0x400015d4;*/
|
||||||
ic_mac_deinit = 0x400015dc;
|
ic_mac_deinit = 0x400015dc;
|
||||||
lmacDiscardMSDU = 0x400015f4;
|
lmacDiscardMSDU = 0x400015f4;
|
||||||
lmacSetTxFrame = 0x40001628;
|
/*lmacSetTxFrame = 0x40001628;*/
|
||||||
lmacTxDone = 0x4000162c;
|
lmacTxDone = 0x4000162c;
|
||||||
lmacTxFrame = 0x40001630;
|
lmacTxFrame = 0x40001630;
|
||||||
mac_tx_set_htsig = 0x40001638;
|
mac_tx_set_htsig = 0x40001638;
|
||||||
|
Submodule components/esp_wifi/lib updated: 6f067d3721...946d1e0a8b
Reference in New Issue
Block a user