mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
fix(esp_rom): Comment out unused function pointers in esp32c2 eco4 linker file
This commit is contained in:
@@ -1222,10 +1222,10 @@ ieee80211_send_nulldata = 0x40002110;
|
||||
ieee80211_send_deauth = 0x40002120;
|
||||
//ieee80211_tx_mgt_cb = 0x4000212c;
|
||||
sta_rx_csa = 0x40002134;
|
||||
sta_send_sa_query_req = 0x40002138;
|
||||
/*sta_send_sa_query_req = 0x40002138;
|
||||
sta_send_sa_query_resp = 0x4000213c;
|
||||
sta_recv_sa_query_req = 0x40002140;
|
||||
sta_recv_sa_query_resp = 0x40002144;
|
||||
sta_recv_sa_query_resp = 0x40002144;*/
|
||||
//ieee80211_parse_beacon = 0x40002148;
|
||||
ieee80211_match_security = 0x40002154;
|
||||
//ieee80211_parse_rsn = 0x4000215c;
|
||||
|
Reference in New Issue
Block a user