Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_no_mac_retention_at_wifi_start' into 'master'
Browse files Browse the repository at this point in the history
fix(esp_wifi): fix no mac retention at wifi start

Closes WIFI-6068 和 WIFI-3695

See merge request espressif/esp-idf!25122
  • Loading branch information
Espressif-liuuuu committed Aug 3, 2023
2 parents 1317d9a + 12b894f commit de409c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ pp_create_task = 0x40001e28;
hal_set_sta_tsf_wakeup = 0x40001e2c;
hal_set_rx_beacon_pti = 0x40001e30;
/* pm_start = 0x40001e34; */
pm_stop = 0x40001e38;
/* pm_stop = 0x40001e38; */
hal_disable_sta_tbtt = 0x40001e3c;
ppCalTxopDur = 0x40001e40;
wDev_IndicateCtrlFrame = 0x40001e44;
Expand Down
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 @@ -165,6 +165,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 de409c2

Please sign in to comment.