Просмотр исходного кода

Merge branch 'bugfix/fix_enable_psram_wapi_dhcp_fail_issue' into 'master'

fix(wifi): fix enable psram wapi dhcp fail issue

Closes WIFI-6257, WIFI-6273, WIFI-6182, WIFI-6006, WIFI-6007, and ESPAT-1780

See merge request espressif/esp-idf!26148
Jiang Jiang Jian 2 лет назад
Родитель
Сommit
98b84b389a

+ 2 - 2
components/esp_rom/esp32c2/ld/esp32c2.rom.ld

@@ -1876,7 +1876,7 @@ ieee80211_ampdu_start_age_timer = 0x40001fb4;
 ieee80211_encap_esfbuf = 0x40001fb8;
 ieee80211_is_tx_allowed = 0x40001fbc;
 ieee80211_output_pending_eb = 0x40001fc0;
-ieee80211_output_process = 0x40001fc4;
+/* ieee80211_output_process = 0x40001fc4; */
 ieee80211_set_tx_desc = 0x40001fc8;
 /*sta_input = 0x40001fcc;*/
 wifi_get_macaddr = 0x40001fd0;
@@ -1947,7 +1947,7 @@ ieee80211_output_raw_process = 0x400020f4;
 ieee80211_raw_frame_sanity_check = 0x400020fc;
 ieee80211_crypto_aes_128_cmac_encrypt = 0x40002100;
 ieee80211_alloc_tx_buf = 0x40002108;
-ieee80211_output_do = 0x4000210c;
+/* ieee80211_output_do = 0x4000210c; */
 /* ieee80211_send_nulldata = 0x40002110; */
 ieee80211_setup_robust_mgmtframe = 0x40002114;
 ieee80211_encap_null_data = 0x4000211c;

+ 1 - 1
components/esp_rom/esp32c3/ld/esp32c3.rom.ld

@@ -1808,7 +1808,7 @@ ieee80211_ampdu_start_age_timer = 0x40001858;
 /*ieee80211_encap_esfbuf = 0x4000185c;*/
 ieee80211_is_tx_allowed = 0x40001860;
 ieee80211_output_pending_eb = 0x40001864;
-ieee80211_output_process = 0x40001868;
+/*ieee80211_output_process = 0x40001868;*/
 ieee80211_set_tx_desc = 0x4000186c;
 rom_sta_input = 0x40001870;
 wifi_get_macaddr = 0x40001874;

+ 1 - 1
components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld

@@ -36,7 +36,7 @@ ieee80211_ampdu_start_age_timer = 0x40000b84;
 ieee80211_encap_esfbuf = 0x40000b88;
 ieee80211_is_tx_allowed = 0x40000b8c;
 ieee80211_output_pending_eb = 0x40000b90;
-ieee80211_output_process = 0x40000b94;
+/*ieee80211_output_process = 0x40000b94;*/
 ieee80211_set_tx_desc = 0x40000b98;
 //sta_input = 0x40000b9c;
 wifi_get_macaddr = 0x40000ba0;

+ 1 - 1
components/esp_rom/esp32s3/ld/esp32s3.rom.ld

@@ -2125,7 +2125,7 @@ ieee80211_ampdu_start_age_timer = 0x40005a60;
 /* ieee80211_encap_esfbuf = 0x40005a6c; */
 ieee80211_is_tx_allowed = 0x40005a78;
 ieee80211_output_pending_eb = 0x40005a84;
-ieee80211_output_process = 0x40005a90;
+/*ieee80211_output_process = 0x40005a90;*/
 ieee80211_set_tx_desc = 0x40005a9c;
 /*sta_input = 0x40005aa8;*/
 wifi_get_macaddr = 0x40005ab4;

+ 1 - 1
components/esp_wifi/lib

@@ -1 +1 @@
-Subproject commit 174341fbe17d6527f25a1c4e936323b6f3e691e2
+Subproject commit dee1fbe2ca92284fbaeb7cef8d8298c06a00dc6a