Skip to content

Commit 735f443

Browse files
author
wangtao@espressif.com
committed
fix(wifi): fix esp32c2 auth threshold issue
1 parent cc158ee commit 735f443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ ieee80211_getcapinfo = 0x40002130;
949949
/* sta_recv_sa_query_resp = 0x40002144; */
950950
ieee80211_set_max_rate = 0x4000214c;
951951
ic_set_sta = 0x40002150;
952-
ieee80211_parse_wpa = 0x40002158;
952+
//ieee80211_parse_wpa = 0x40002158;
953953
ieee80211_add_assoc_req_ies = 0x40002160;
954954
ieee80211_add_probe_req_ies = 0x40002164;
955955
/* Data (.data, .bss, .rodata) */

0 commit comments

Comments
 (0)