From e0cec249577f0899bceb71e6055c5591fb7d428e Mon Sep 17 00:00:00 2001 From: "wangtao@espressif.com" Date: Thu, 28 Nov 2024 16:05:51 +0800 Subject: [PATCH] fix(wifi): fix esp32c2eco4 wifi deinit crash issue --- components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld index b8b6dafadc..2f2d980d66 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -93,7 +93,7 @@ ieee80211_disassoc_construct = 0x40002044; //ieee80211_add_xrates = 0x40002058; //ieee80211_assoc_req_construct = 0x40002060; ieee80211_assoc_resp_construct = 0x40002064; -ieee80211_timer_process = 0x4000208c; +//ieee80211_timer_process = 0x4000208c; cnx_coexist_timeout = 0x40002090; //sta_recv_mgmt = 0x40002094; ieee80211_send_probereq = 0x4000209c;