From eb54a4698ce15b3700098f57ec62fbdfa32697e6 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Tue, 27 Feb 2024 20:57:13 +0800 Subject: [PATCH] fix(wifi): fix esp32c2 disconnect reason code wrong issue --- components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index d4018a956f..e1e7ae7d0f 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -1883,7 +1883,7 @@ ieee80211_vnd_lora_ie_size = 0x40002048; ieee80211_vnd_ie_size = 0x4000204c; ieee80211_add_ssid = 0x40002050; ieee80211_add_rates = 0x40002054; -ieee80211_add_xrates = 0x40002058; +/*ieee80211_add_xrates = 0x40002058;*/ ieee80211_is_ht_cipher = 0x4000205c; ieee80211_setup_lr_rates = 0x40002068; ieee80211_ht_node_init = 0x4000206c;