diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 7b164f1f75..105d206acd 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -1858,7 +1858,7 @@ hal_init = 0x40001dd0; hal_mac_rx_set_policy = 0x40001dd4; hal_mac_set_bssid = 0x40001dd8; mac_rx_policy_init = 0x40001ddc; -mac_txrx_init = 0x40001de0; +/*mac_txrx_init = 0x40001de0;*/ mac_rxbuf_init = 0x40001de4; mac_last_rxbuf_init = 0x40001de8; hal_attenna_init = 0x40001dec; @@ -2050,7 +2050,7 @@ ieee80211_is_tx_allowed = 0x40001fbc; ieee80211_output_pending_eb = 0x40001fc0; ieee80211_output_process = 0x40001fc4; ieee80211_set_tx_desc = 0x40001fc8; -sta_input = 0x40001fcc; +/*sta_input = 0x40001fcc;*/ wifi_get_macaddr = 0x40001fd0; wifi_rf_phy_disable = 0x40001fd4; wifi_rf_phy_enable = 0x40001fd8; diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld index c7b882576b..c10788d354 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld @@ -10,7 +10,7 @@ esf_buf_recycle = 0x400015c4; rcGetSched = 0x40001764; wDevCheckBlockError = 0x400017b4; /*ppProcTxDone = 0x40001804;*/ -sta_input = rom_sta_input; +/*sta_input = rom_sta_input;*/ /*************************************** Group rom_phy diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.ld index 4fadc25fee..55bad85e6f 100644 --- a/components/esp_rom/esp32s3/ld/esp32s3.rom.ld +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.ld @@ -2032,7 +2032,7 @@ ieee80211_is_tx_allowed = 0x40005a78; ieee80211_output_pending_eb = 0x40005a84; ieee80211_output_process = 0x40005a90; ieee80211_set_tx_desc = 0x40005a9c; -sta_input = 0x40005aa8; +/*sta_input = 0x40005aa8;*/ wifi_get_macaddr = 0x40005ab4; wifi_rf_phy_disable = 0x40005ac0; wifi_rf_phy_enable = 0x40005acc; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 6ed5b959c9..899dcb520a 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 6ed5b959c991c88e321d271356e0387ac56765e3 +Subproject commit 899dcb520af44d43d51608bcc02bd67499b2cf9f