fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue

This commit is contained in:
liuning
2024-10-11 17:57:14 +08:00
committed by BOT
parent 05173abc43
commit 99dbcf536c
5 changed files with 5 additions and 5 deletions

View File

@@ -1623,7 +1623,7 @@ dbg_lmac_rxtx_statis_dump = 0x40001e90;
dbg_lmac_hw_statis_dump = 0x40001e94;
dbg_lmac_diag_statis_dump = 0x40001e98;
dbg_lmac_ps_statis_dump = 0x40001e9c;
pp_timer_do_process = 0x40001ea0;
/*pp_timer_do_process = 0x40001ea0;*/
rcUpdateAMPDUParam = 0x40001ea4;
rcUpdatePhyMode = 0x40001ea8;
rcGetHighestRateIdx = 0x40001eac;

View File

@@ -222,7 +222,7 @@ pp_coex_tx_release = 0x40000f08;
ppAdd2AMPDUTail = 0x40000f0c;
ppDirectRecycleAmpdu = 0x40000f10;
ppRegressAmpdu = 0x40000f14;
pp_timer_do_process = 0x40000f18;
/*pp_timer_do_process = 0x40000f18;*/
rcGetAmpduSched = 0x40000f1c;
rcUpdateRxDone = 0x40000f20;
rc_get_trc = 0x40000f24;

View File

@@ -225,7 +225,7 @@ pp_coex_tx_release = 0x40000e7c;
ppAdd2AMPDUTail = 0x40000e80;
ppDirectRecycleAmpdu = 0x40000e84;
ppRegressAmpdu = 0x40000e88;
pp_timer_do_process = 0x40000e8c;
/*pp_timer_do_process = 0x40000e8c;*/
rcGetAmpduSched = 0x40000e90;
rcUpdateRxDone = 0x40000e94;
rc_get_trc = 0x40000e98;