Merge branch 'bugfix/fix_mesh_packet_tx_issue_v4.4' into 'release/v4.4'

fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero (v4.4)

See merge request espressif/esp-idf!30812
This commit is contained in:
Jiang Jiang Jian 2024-05-16 10:49:53 +08:00
commit a3233986a2
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ esf_buf_recycle = 0x400015c4;
/*hal_mac_tx_set_ppdu = 0x400015d4;*/
ic_mac_deinit = 0x400015dc;
lmacDiscardMSDU = 0x400015f4;
lmacSetTxFrame = 0x40001628;
/*lmacSetTxFrame = 0x40001628;*/
lmacTxDone = 0x4000162c;
lmacTxFrame = 0x40001630;
mac_tx_set_htsig = 0x40001638;

@ -1 +1 @@
Subproject commit 6f067d3721c10fa008a5f2f273a6143c1d928393
Subproject commit 946d1e0a8be5adca12c1c1d360a4c7260b9de7a8