mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(pm): wifi no mac retention at wifi start
This commit is contained in:
parent
947085b7c4
commit
ae74ecea25
@ -1 +1 @@
|
||||
Subproject commit 51acc21b70a1fff3ea341cb3041fb1daafb9ea2c
|
||||
Subproject commit c8d2790c1d5c27a45e131337abf978181af03e88
|
@ -143,6 +143,7 @@ esp_err_t esp_wifi_deinit(void)
|
||||
#endif
|
||||
esp_wifi_power_domain_off();
|
||||
#if CONFIG_MAC_BB_PD
|
||||
esp_wifi_internal_set_mac_sleep(false);
|
||||
esp_mac_bb_pd_mem_deinit();
|
||||
#endif
|
||||
esp_phy_modem_deinit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user