Skip to content

Commit

Permalink
Merge branch 'fix/fix_esp32c2eco4_country_auto_issue' into 'release/v…
Browse files Browse the repository at this point in the history
…5.1'

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

See merge request espressif/esp-idf!34329
  • Loading branch information
Jiang Jiang Jian committed Oct 24, 2024
2 parents cac882e + 0afc589 commit f12cfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ ieee80211_send_mgmt = 0x40002038;
//ieee80211_auth_construct = 0x4000203c;
ieee80211_deauth_construct = 0x40002040;
ieee80211_disassoc_construct = 0x40002044;
ieee80211_add_xrates = 0x40002058;
//ieee80211_add_xrates = 0x40002058;
//ieee80211_assoc_req_construct = 0x40002060;
ieee80211_assoc_resp_construct = 0x40002064;
ieee80211_timer_process = 0x4000208c;
Expand All @@ -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 f12cfcb

Please sign in to comment.