esp_wifi: light sleep optimization

This commit is contained in:
ninh
2020-12-30 16:42:39 +08:00
parent 9e059689f2
commit 659d805411
23 changed files with 377 additions and 71 deletions

View File

@@ -207,7 +207,6 @@ IRAM_ATTR void esp_phy_enable(void)
phy_update_wifi_mac_time(false, s_phy_rf_en_ts);
#endif
esp_phy_common_clock_enable();
phy_set_wifi_mode_only(0);
if (s_is_phy_calibrated == false) {
esp_phy_load_cal_and_init();