Merge branch 'bugfix/fix_sta_tsf_active_failed_v5.0' into 'release/v5.0'

fix(wifi): fix sta tsf active failed  and fix double max active time backport v5.0

See merge request espressif/esp-idf!36110
This commit is contained in:
Jiang Jiang Jian 2025-01-03 19:52:39 +08:00
commit 89c330995c
5 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ wDev_AppendRxBlocks = 0x40001cdc;
wDev_ProcessFiq = 0x40001d08;
wDev_ProcessRxSucData = 0x40001d0c;
//ppProcTxDone = 0x40001d1c;
pm_tx_data_done_process = 0x40001d20;
/*pm_tx_data_done_process = 0x40001d20;*/
ppMapWaitTxq = 0x40001d28;
lmacDiscardFrameExchangeSequence = 0x40001d70;
lmacDisableTransmit = 0x40001d74;
@ -62,7 +62,7 @@ hal_crypto_set_key_entry = 0x40001e18;
hal_set_sta_tbtt = 0x40001e4c;
//pm_update_next_tbtt = 0x40001e50;
pm_set_sleep_type = 0x40001e54;
pm_tx_null_data_done_process = 0x40001eb0;
/*pm_tx_null_data_done_process = 0x40001eb0;*/
//pm_tx_data_process = 0x40001eb4;
//pm_attach = 0x40001eb8;
//pm_coex_schm_process = 0x40001ebc;

View File

@ -606,7 +606,7 @@ pm_local_tsf_process = 0x40001b8c;
pm_set_beacon_filter = 0x40001b90;
pm_is_in_wifi_slice_threshold = 0x40001b94;
pm_is_waked = 0x40001b98;
pm_keep_alive = 0x40001b9c;
/*pm_keep_alive = 0x40001b9c;*/
/*pm_on_beacon_rx = 0x40001ba0;*/
pm_on_data_rx = 0x40001ba4;
pm_on_tbtt = 0x40001ba8;

View File

@ -720,7 +720,7 @@ pm_local_tsf_process = 0x40001668;
pm_set_beacon_filter = 0x4000166c;
pm_is_in_wifi_slice_threshold = 0x40001670;
pm_is_waked = 0x40001674;
pm_keep_alive = 0x40001678;
/*pm_keep_alive = 0x40001678;*/
/* pm_on_beacon_rx = 0x4000167c; */
pm_on_data_rx = 0x40001680;
pm_on_tbtt = 0x40001684;

View File

@ -997,7 +997,7 @@ pm_local_tsf_process = 0x40005478;
pm_set_beacon_filter = 0x40005484;
pm_is_in_wifi_slice_threshold = 0x40005490;
pm_is_waked = 0x4000549c;
pm_keep_alive = 0x400054a8;
/*pm_keep_alive = 0x400054a8;*/
/* pm_on_beacon_rx = 0x400054b4; */
pm_on_data_rx = 0x400054c0;
pm_on_tbtt = 0x400054cc;

@ -1 +1 @@
Subproject commit 33d959c2d7b44b887131210873048ffbb8feae63
Subproject commit 64333e0afdd6fe253ab86550d970129385496f72