From d32b2f6ca666a18d710c87d5d636c05efb7d9036 Mon Sep 17 00:00:00 2001 From: "wangtao@espressif.com" Date: Mon, 30 Jun 2025 16:42:03 +0800 Subject: [PATCH] fix(wifi): fix esp32c2 eco4 ld issue --- components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld | 1 + components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 2 +- 2 files changed, 2 insertions(+), 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 46bddfd4c0..7328facfc2 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -108,6 +108,7 @@ ieee80211_output_do = 0x4000210c; ieee80211_send_nulldata = 0x40002110; //ieee80211_setup_robust_mgmtframe = 0x40002114; //ieee80211_mgmt_output = 0x40002118; +ieee80211_encap_null_data = 0x4000211c; //ieee80211_send_deauth_no_bss = 0x40002120; //ieee80211_tx_mgt_cb = 0x4000212c; //sta_rx_csa = 0x40002134; diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 12d1c22eac..dd6f3f9332 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -940,7 +940,7 @@ ieee80211_alloc_tx_buf = 0x40002108; /* ieee80211_output_do = 0x4000210c; */ /* ieee80211_send_nulldata = 0x40002110; */ /* ieee80211_setup_robust_mgmtframe = 0x40002114; */ -ieee80211_encap_null_data = 0x4000211c; +//ieee80211_encap_null_data = 0x4000211c; /* ieee80211_send_deauth_no_bss = 0x40002120; */ ieee80211_alloc_deauth = 0x40002124; ieee80211_send_proberesp = 0x40002128;