Skip to content

Commit

Permalink
Merge branch 'fix/fix_esp32c2eco4_country_auto_issue_master' into 'ma…
Browse files Browse the repository at this point in the history
…ster'

fix(wifi): fix esp32c2 eco4 set conutry policy auto issue

Closes WIFIBUG-892

See merge request espressif/esp-idf!34332
  • Loading branch information
Jiang Jiang Jian committed Oct 23, 2024
2 parents b57ae0a + 013add5 commit 8b4f968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ sta_send_sa_query_req = 0x40002138;
sta_send_sa_query_resp = 0x4000213c;
sta_recv_sa_query_req = 0x40002140;
sta_recv_sa_query_resp = 0x40002144;
ieee80211_parse_beacon = 0x40002148;
//ieee80211_parse_beacon = 0x40002148;
ieee80211_match_security = 0x40002154;
//ieee80211_parse_rsn = 0x4000215c;
/* Data (.data, .bss, .rodata) */
Expand Down

0 comments on commit 8b4f968

Please sign in to comment.