From 4656a3cc7c2f7b0ca21262d6e901f4d784dbbbd9 Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Tue, 28 Oct 2025 20:55:19 +0800 Subject: [PATCH] fix(wifi): fix some wifi bugs related to bandwidth, twt and regdomain --- components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 8808b00589..ed529c3aeb 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -948,7 +948,7 @@ ieee80211_getcapinfo = 0x40002130; /* sta_rx_csa = 0x40002134; */ /* sta_recv_sa_query_resp = 0x40002144; */ ieee80211_set_max_rate = 0x4000214c; -ic_set_sta = 0x40002150; +//ic_set_sta = 0x40002150; //ieee80211_parse_wpa = 0x40002158; ieee80211_add_assoc_req_ies = 0x40002160; ieee80211_add_probe_req_ies = 0x40002164; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 694641c062..618b4591a2 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 694641c0620dad35e984967c5a29e562c7cfbd33 +Subproject commit 618b4591a2681f121f1257acca4bfb28d4c1510b