From ebf25673c01809157669166bff707b45eb4f45d6 Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Wed, 29 Oct 2025 10:25:04 +0800 Subject: [PATCH] fix(wifi): fix some wifi bugs related 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 dd6f3f9332..bba447a7a5 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 a597d791ee..f1df1ec287 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit a597d791ee976cdb23ef4fc2e69dea0e85829e43 +Subproject commit f1df1ec2879aeec855bd97f7c584404b43acd673