From 8762d5816a073777ce0a9744150f0e59c62e718a Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Wed, 7 May 2025 16:30:50 +0800 Subject: [PATCH 1/2] fix(wifi): fix the issue that sta connection info loss lr info on C5 eco2 --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 0a5e3a5d43..196d186afe 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 0a5e3a5d43de82e779d92913d17cb0302249fab3 +Subproject commit 196d186afeabb49dbeb1b80e3238f7434755b19a From 369bba171c4bdd332bfc9b1f3add757f6c7593df Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Thu, 8 May 2025 11:22:08 +0800 Subject: [PATCH 2/2] fix(wifi): comment out hal_mac_tx_set_ppdu from ld files --- components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld b/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld index ea829234a5..69174a6c87 100644 --- a/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld +++ b/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld @@ -27,7 +27,7 @@ esf_buf_recycle = 0x40000bfc; GetAccess = 0x40000c00; hal_mac_is_low_rate_enabled = 0x40000c04; hal_mac_tx_get_blockack = 0x40000c08; -hal_mac_tx_set_ppdu = 0x40000c0c; +/*hal_mac_tx_set_ppdu = 0x40000c0c;*/ hal_mac_tx_clr_mplen = 0x40000c10; hal_mac_get_txq_state = 0x40000c14; hal_mac_clr_txq_state = 0x40000c18;