From d005e71acd8c3c383430122014d04fc156acee29 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 2b807e539c..77417eaf91 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -1886,7 +1886,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;