Skip to content

Commit ebf2567

Browse files
QingzhaoYinespressif-bot
authored andcommitted
fix(wifi): fix some wifi bugs related bandwidth, twt and regdomain
1 parent 7109c7b commit ebf2567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ ieee80211_getcapinfo = 0x40002130;
948948
/* sta_rx_csa = 0x40002134; */
949949
/* sta_recv_sa_query_resp = 0x40002144; */
950950
ieee80211_set_max_rate = 0x4000214c;
951-
ic_set_sta = 0x40002150;
951+
//ic_set_sta = 0x40002150;
952952
//ieee80211_parse_wpa = 0x40002158;
953953
ieee80211_add_assoc_req_ies = 0x40002160;
954954
ieee80211_add_probe_req_ies = 0x40002164;

0 commit comments

Comments
 (0)