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

This commit is contained in:
zhangyanjiao 2024-05-14 10:08:05 +08:00
parent 5bdc532007
commit 7fe58c450c
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