From ef11490a6e0d528d54a7dd4e6e302962e82a5f67 Mon Sep 17 00:00:00 2001 From: "wangtao@espressif.com" Date: Thu, 12 Dec 2024 14:44:09 +0800 Subject: [PATCH] fix(wifi): fix esp32c2 ld 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 6426208b9b..1f6f317d0c 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -109,7 +109,7 @@ ieee80211_output_do = 0x4000210c; ieee80211_send_nulldata = 0x40002110; //ieee80211_setup_robust_mgmtframe = 0x40002114; //ieee80211_mgmt_output = 0x40002118; -ieee80211_send_deauth = 0x40002120; +//ieee80211_send_deauth_no_bss = 0x40002120; //ieee80211_tx_mgt_cb = 0x4000212c; sta_rx_csa = 0x40002134; sta_send_sa_query_req = 0x40002138;