From 8603c91f471dc467e60a0426708db0ca04da20d4 Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Thu, 24 Jul 2025 15:45:06 +0800 Subject: [PATCH] fix(wifi): fix crash issue and tx error 0xa1 --- components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld | 2 +- components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld | 2 +- components/esp_wifi/lib | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld b/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld index 0b4f03932a..306b56b489 100644 --- a/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld +++ b/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld @@ -176,7 +176,7 @@ ppEnqueueRxq = 0x40000e58; ppEnqueueTxDone = 0x40000e5c; ppGetTxframe = 0x40000e60; /*ppMapTxQueue = 0x40000e64;*/ -ppProcTxSecFrame = 0x40000e68; +//ppProcTxSecFrame = 0x40000e68; ppProcessRxPktHdr = 0x40000e6c; /*ppProcessTxQ = 0x40000e70;*/ ppRecordBarRRC = 0x40000e74; diff --git a/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld b/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld index bcdba8fbc5..2ead480bfd 100644 --- a/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld +++ b/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld @@ -176,7 +176,7 @@ ppEnqueueRxq = 0x40000dd0; ppEnqueueTxDone = 0x40000dd4; ppGetTxframe = 0x40000dd8; /*ppMapTxQueue = 0x40000ddc;*/ -ppProcTxSecFrame = 0x40000de0; +//ppProcTxSecFrame = 0x40000de0; ppProcessRxPktHdr = 0x40000de4; /*ppProcessTxQ = 0x40000de8;*/ ppRecordBarRRC = 0x40000dec; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 392a4cd2a9..0d1d6da469 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 392a4cd2a9a1d07669dfd04923f828f7bc042304 +Subproject commit 0d1d6da4692ae104d9b48d30301d304d39762c4a