From b9f31eaa66210031b645c8c30c883bd889391731 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 11 Jan 2023 11:04:18 +0800 Subject: [PATCH] esp_wifi: fix multicast pkts drop issue for some AP when DTIM period > 1 --- components/esp_rom/esp32c3/ld/esp32c3.rom.ld | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld index 789699bb77..b33d284b05 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld @@ -1548,7 +1548,7 @@ pm_keep_alive = 0x40001678; /* pm_on_beacon_rx = 0x4000167c; */ pm_on_data_rx = 0x40001680; pm_on_tbtt = 0x40001684; -pm_parse_beacon = 0x40001688; +/* pm_parse_beacon = 0x40001688; */ pm_process_tim = 0x4000168c; /*pm_rx_beacon_process = 0x40001690;*/ pm_rx_data_process = 0x40001694; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 22878be3b2..c5c29fcdaa 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 22878be3b2f9e518c517df3f827323aa5a04e354 +Subproject commit c5c29fcdaa057a2f1f504e8c6eee64d3923767f1