diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 2d8942782c..a16da20796 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 2d8942782c28a3621e6d73eb4dab20e8635569f1 +Subproject commit a16da2079608f5d30bd759a94d56a3adf81ee1c8 diff --git a/components/esp_wifi/src/phy_init.c b/components/esp_wifi/src/phy_init.c index 4a1af3fa9c..e911956236 100644 --- a/components/esp_wifi/src/phy_init.c +++ b/components/esp_wifi/src/phy_init.c @@ -156,7 +156,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();