Skip to content

Commit 2396dc5

Browse files
committed
fix(wifi): fix the issue where deinit ble in a coexist scenario causes the wifi mac tsf counter to stop
1 parent 8805685 commit 2396dc5

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)