mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
fix(wifi): fix esp32c2 eco4 ld issue
This commit is contained in:
committed by
BOT
parent
c03ab39028
commit
d32b2f6ca6
@@ -108,6 +108,7 @@ ieee80211_output_do = 0x4000210c;
|
|||||||
ieee80211_send_nulldata = 0x40002110;
|
ieee80211_send_nulldata = 0x40002110;
|
||||||
//ieee80211_setup_robust_mgmtframe = 0x40002114;
|
//ieee80211_setup_robust_mgmtframe = 0x40002114;
|
||||||
//ieee80211_mgmt_output = 0x40002118;
|
//ieee80211_mgmt_output = 0x40002118;
|
||||||
|
ieee80211_encap_null_data = 0x4000211c;
|
||||||
//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;
|
||||||
|
@@ -940,7 +940,7 @@ ieee80211_alloc_tx_buf = 0x40002108;
|
|||||||
/* ieee80211_output_do = 0x4000210c; */
|
/* ieee80211_output_do = 0x4000210c; */
|
||||||
/* ieee80211_send_nulldata = 0x40002110; */
|
/* ieee80211_send_nulldata = 0x40002110; */
|
||||||
/* ieee80211_setup_robust_mgmtframe = 0x40002114; */
|
/* ieee80211_setup_robust_mgmtframe = 0x40002114; */
|
||||||
ieee80211_encap_null_data = 0x4000211c;
|
//ieee80211_encap_null_data = 0x4000211c;
|
||||||
/* ieee80211_send_deauth_no_bss = 0x40002120; */
|
/* ieee80211_send_deauth_no_bss = 0x40002120; */
|
||||||
ieee80211_alloc_deauth = 0x40002124;
|
ieee80211_alloc_deauth = 0x40002124;
|
||||||
ieee80211_send_proberesp = 0x40002128;
|
ieee80211_send_proberesp = 0x40002128;
|
||||||
|
Reference in New Issue
Block a user