fix(wifi): fix esp32c2eco4 sta_rx_csa ld

This commit is contained in:
wangtao@espressif.com
2024-12-19 17:28:30 +08:00
parent c042aad969
commit e8f8bf2995

View File

@ -111,7 +111,7 @@ ieee80211_send_nulldata = 0x40002110;
//ieee80211_mgmt_output = 0x40002118; //ieee80211_mgmt_output = 0x40002118;
//ieee80211_send_deauth_no_bss = 0x40002120; //ieee80211_send_deauth_no_bss = 0x40002120;
//ieee80211_tx_mgt_cb = 0x4000212c; //ieee80211_tx_mgt_cb = 0x4000212c;
sta_rx_csa = 0x40002134; //sta_rx_csa = 0x40002134;
sta_send_sa_query_req = 0x40002138; sta_send_sa_query_req = 0x40002138;
sta_send_sa_query_resp = 0x4000213c; sta_send_sa_query_resp = 0x4000213c;
sta_recv_sa_query_req = 0x40002140; sta_recv_sa_query_req = 0x40002140;