Merge branch 'bugfix/fix_beacon_timeout_timer_issue' into 'master'

esp_wifi: reset beacon timeout timer when keep alive null works or hw drop beacon

Closes IDFGH-7489

See merge request espressif/esp-idf!18963
This commit is contained in:
Jiang Jiang Jian 2022-07-12 10:46:18 +08:00
commit eba22b98fd
4 changed files with 5 additions and 5 deletions

View File

@ -1719,7 +1719,7 @@ pm_on_data_rx = 0x40001ba4;
pm_on_tbtt = 0x40001ba8; pm_on_tbtt = 0x40001ba8;
pm_parse_beacon = 0x40001bac; pm_parse_beacon = 0x40001bac;
pm_process_tim = 0x40001bb0; pm_process_tim = 0x40001bb0;
pm_rx_beacon_process = 0x40001bb4; /*pm_rx_beacon_process = 0x40001bb4;*/
pm_rx_data_process = 0x40001bb8; pm_rx_data_process = 0x40001bb8;
pm_sleep = 0x40001bbc; pm_sleep = 0x40001bbc;
pm_sleep_for = 0x40001bc0; pm_sleep_for = 0x40001bc0;
@ -1810,7 +1810,7 @@ wdevProcessRxSucDataAll = 0x40001d10;
wdev_csi_len_align = 0x40001d14; wdev_csi_len_align = 0x40001d14;
ppDequeueTxDone_Locked = 0x40001d18; ppDequeueTxDone_Locked = 0x40001d18;
ppProcTxDone = 0x40001d1c; ppProcTxDone = 0x40001d1c;
pm_tx_data_done_process = 0x40001d20; /*pm_tx_data_done_process = 0x40001d20;*/
config_is_cache_tx_buf_enabled = 0x40001d24; config_is_cache_tx_buf_enabled = 0x40001d24;
ppMapWaitTxq = 0x40001d28; ppMapWaitTxq = 0x40001d28;
ppProcessWaitingQueue = 0x40001d2c; ppProcessWaitingQueue = 0x40001d2c;

View File

@ -1550,7 +1550,7 @@ pm_on_data_rx = 0x40001680;
pm_on_tbtt = 0x40001684; pm_on_tbtt = 0x40001684;
pm_parse_beacon = 0x40001688; pm_parse_beacon = 0x40001688;
pm_process_tim = 0x4000168c; pm_process_tim = 0x4000168c;
pm_rx_beacon_process = 0x40001690; /*pm_rx_beacon_process = 0x40001690;*/
pm_rx_data_process = 0x40001694; pm_rx_data_process = 0x40001694;
/*pm_sleep = 0x40001698;*/ /*pm_sleep = 0x40001698;*/
pm_sleep_for = 0x4000169c; pm_sleep_for = 0x4000169c;

View File

@ -1855,7 +1855,7 @@ pm_on_data_rx = 0x400054c0;
pm_on_tbtt = 0x400054cc; pm_on_tbtt = 0x400054cc;
pm_parse_beacon = 0x400054d8; pm_parse_beacon = 0x400054d8;
pm_process_tim = 0x400054e4; pm_process_tim = 0x400054e4;
pm_rx_beacon_process = 0x400054f0; /*pm_rx_beacon_process = 0x400054f0;*/
pm_rx_data_process = 0x400054fc; pm_rx_data_process = 0x400054fc;
/*pm_sleep = 0x40005508;*/ /*pm_sleep = 0x40005508;*/
pm_sleep_for = 0x40005514; pm_sleep_for = 0x40005514;

@ -1 +1 @@
Subproject commit 899dcb520af44d43d51608bcc02bd67499b2cf9f Subproject commit 14785adfe48ed428579615530019d2a1f5996858