From bd21db34b20a7b5c3ecdb811be57aae1d6002d64 Mon Sep 17 00:00:00 2001 From: xuxiao Date: Fri, 22 Nov 2024 10:56:04 +0800 Subject: [PATCH] fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address) matches its own address --- 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 dbe5ab1adf..d4b51a2757 100644 --- a/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld +++ b/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld @@ -187,7 +187,7 @@ ppRecycleRxPkt = 0x40000e7c; ppResortTxAMPDU = 0x40000e80; ppResumeTxAMPDU = 0x40000e84; ppRxFragmentProc = 0x40000e88; -ppRxPkt = 0x40000e8c; +/*ppRxPkt = 0x40000e8c;*/ ppRxProtoProc = 0x40000e90; ppSearchTxQueue = 0x40000e94; ppSearchTxframe = 0x40000e98; diff --git a/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld b/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld index 2bdc202eb7..0329814f33 100644 --- a/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld +++ b/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld @@ -191,7 +191,7 @@ ppRecycleRxPkt = 0x40000df4; ppResortTxAMPDU = 0x40000df8; ppResumeTxAMPDU = 0x40000dfc; ppRxFragmentProc = 0x40000e00; -ppRxPkt = 0x40000e04; +/*ppRxPkt = 0x40000e04;*/ ppRxProtoProc = 0x40000e08; ppSearchTxQueue = 0x40000e0c; ppSearchTxframe = 0x40000e10; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index ede55ea6fd..447ecf9d55 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit ede55ea6fdfc67953b5d5f3caf8f37a15d39237d +Subproject commit 447ecf9d556525d7a28b2d3c6620556cc6e3715d