Skip to content

Commit 1aaae85

Browse files
committed
Merge branch 'bugfix/esp32c6eco1_coex_ble_deinit_wifi_bcn_timeout_v5.3' into 'release/v5.3'
backport v5.3: fix the issue where deinit ble in a coexist scenario causes the wifi mac tsf counter to stop See merge request espressif/esp-idf!30981
2 parents 85048f3 + 2396dc5 commit 1aaae85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_hw_support/modem_clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ void modem_clock_deselect_lp_clock_source(periph_module_t module)
454454
pmu_sleep_enable_hp_sleep_sysclk(false);
455455
}
456456
modem_clock_hal_enable_wifipwr_clock(MODEM_CLOCK_instance()->hal, false);
457-
modem_clock_domain_clk_gate_enable(MODEM_CLOCK_DOMAIN_WIFI, PMU_HP_ICG_MODEM_CODE_SLEEP);
457+
modem_clock_domain_clk_gate_enable(MODEM_CLOCK_DOMAIN_WIFIPWR, PMU_HP_ICG_MODEM_CODE_SLEEP);
458458
}
459459
#endif
460460
break;

0 commit comments

Comments
 (0)