Skip to content

Commit 03e6dda

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/fix_some_wifi_bugs_ralated_max_bss_idle' into 'master'
fix(bss_max_idle): fix some wifi bugs related to bss max idle Closes WIFIBUG-1193, WIFIBUG-1194, and PM-411 See merge request espressif/esp-idf!39288
2 parents 6d502b7 + 18a468b commit 03e6dda

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pm_check_state = 0x40001b6c;
2323
pm_dream = 0x40001b78;
2424
pm_on_beacon_rx = 0x40001ba0;
2525
//pm_parse_beacon = 0x40001bac;
26-
pm_process_tim = 0x40001bb0;
26+
//pm_process_tim = 0x40001bb0;
2727
pm_rx_beacon_process = 0x40001bb4;
2828
pm_rx_data_process = 0x40001bb8;
2929
pm_sleep = 0x40001bbc;

components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mac_tx_set_plcp1 = 0x40001640;
1717
pm_check_state = 0x40001648;
1818
/*pm_on_beacon_rx = 0x4000167c;*/
1919
/*pm_parse_beacon = 0x40001688;*/
20-
pm_process_tim = 0x4000168c;
20+
/*pm_process_tim = 0x4000168c;*/
2121
pm_rx_beacon_process = 0x40001690;
2222
pm_rx_data_process = 0x40001694;
2323
/* pm_sleep = 0x40001698;*/

components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pm_on_isr_twt_wake = 0x40000d98;
128128
pm_on_tsf_timer = 0x40000d9c;
129129
pm_on_twt_force_tx = 0x40000da0;
130130
pm_parse_beacon = 0x40000da4;
131-
pm_process_tim = 0x40000da8;
131+
/*pm_process_tim = 0x40000da8;*/
132132
pm_rx_beacon_process = 0x40000dac;
133133
pm_rx_data_process = 0x40000db0;
134134
pm_sleep = 0x40000db4;
@@ -140,7 +140,7 @@ pm_extend_tbtt_adaptive_servo = 0x40000dc8;
140140
pm_scale_listen_interval = 0x40000dcc;
141141
pm_parse_mbssid_element = 0x40000dd0;
142142
pm_disconnected_wake = 0x40000dd4;
143-
pm_tx_data_process = 0x40000dd8;
143+
/*pm_tx_data_process = 0x40000dd8;*/
144144
pm_is_twt_awake = 0x40000ddc;
145145
pm_enable_twt_keep_alive = 0x40000de0;
146146
pm_twt_on_tsf_timer = 0x40000de4;

0 commit comments

Comments
 (0)