Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_no_mac_retention_at_wifi_start_v4.4' into 'r…
Browse files Browse the repository at this point in the history
…elease/v4.4'

fix(esp_wifi): fix no mac retention at wifi start

See merge request espressif/esp-idf!25519
  • Loading branch information
jack0c committed Aug 30, 2023
2 parents bd5f10b + a844799 commit 8ec3b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/esp_wifi/src/wifi_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8ec3b60

Please sign in to comment.