mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_no_mac_retention_at_wifi_start_v4.4' into 'release/v4.4'
fix(esp_wifi): fix no mac retention at wifi start See merge request espressif/esp-idf!25519
This commit is contained in:
commit
8ec3b606ca
@ -1 +1 @@
|
||||
Subproject commit dd70ee5d915030f8551d3c86e310ca799de839c1
|
||||
Subproject commit 494b0db24fb3b0ed2770768be9196d79c12a35f3
|
@ -134,6 +134,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…
Reference in New Issue
Block a user