From 0f07bfdef3a6d2d91d8dcbecc47cb11b81b1b7d9 Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Mon, 7 Apr 2025 16:06:47 +0800 Subject: [PATCH] fix(wifi): fix twt post just one event for multiple flow --- 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 d4b51a2757..0aea76adda 100644 --- a/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld +++ b/components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld @@ -146,7 +146,7 @@ pm_disconnected_wake = 0x40000dd4; pm_is_twt_awake = 0x40000ddc; pm_enable_twt_keep_alive = 0x40000de0; pm_twt_on_tsf_timer = 0x40000de4; -pm_twt_process = 0x40000de8; +/*pm_twt_process = 0x40000de8;*/ pm_is_twt_start = 0x40000dec; pm_twt_set_target_wdev_time = 0x40000df0; pm_twt_set_target_tsf = 0x40000df4; diff --git a/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld b/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld index db1440cb2a..d4915ff03c 100644 --- a/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld +++ b/components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld @@ -150,7 +150,7 @@ pm_disconnected_wake = 0x40000d40; pm_is_twt_awake = 0x40000d48; pm_enable_twt_keep_alive = 0x40000d4c; pm_twt_on_tsf_timer = 0x40000d50; -pm_twt_process = 0x40000d54; +/*pm_twt_process = 0x40000d54;*/ pm_is_twt_start = 0x40000d58; pm_twt_set_target_wdev_time = 0x40000d5c; pm_twt_set_target_tsf = 0x40000d60; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 25ef79d73a..b5c094995b 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 25ef79d73a249f44f402b91a97456eb8cedaa4d5 +Subproject commit b5c094995bbe6d786bb563c991475d3970727b9b