From c4ae443171497e178fc6e5b58b02ef468b9c994a Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Fri, 28 Jan 2022 11:42:01 +0800 Subject: [PATCH] esp_wifi: refactor modem sleep access phy --- components/esp_wifi/lib | 2 +- components/esp_wifi/src/phy_init.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 88afe19a1e..91a6115333 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 88afe19a1e1be3c56ebef0e2fb21bcdc2090ff2d +Subproject commit 91a6115333d8b4c974e924cb7144b66d7e62e8b5 diff --git a/components/esp_wifi/src/phy_init.c b/components/esp_wifi/src/phy_init.c index 5c81f583f5..b245aacde3 100644 --- a/components/esp_wifi/src/phy_init.c +++ b/components/esp_wifi/src/phy_init.c @@ -222,7 +222,6 @@ 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();