From 692265302e29147455ce67524b4144e7ae6728c9 Mon Sep 17 00:00:00 2001 From: liuning Date: Tue, 17 May 2022 21:19:53 +0800 Subject: [PATCH] esp_wifi: fix no null data after WiFi waking up. (backport v4.3) --- components/esp_rom/esp32c3/ld/esp32c3.rom.ld | 4 ++-- components/esp_wifi/lib | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld index a146d8f39d..7d829bfe7b 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld @@ -1551,7 +1551,7 @@ pm_parse_beacon = 0x40001688; pm_process_tim = 0x4000168c; pm_rx_beacon_process = 0x40001690; pm_rx_data_process = 0x40001694; -pm_sleep = 0x40001698; +/*pm_sleep = 0x40001698;*/ pm_sleep_for = 0x4000169c; pm_tbtt_process = 0x400016a0; ppAMPDU2Normal = 0x400016a4; @@ -1639,7 +1639,7 @@ wDev_ProcessRxSucData = 0x400017f4; wdevProcessRxSucDataAll = 0x400017f8; wdev_csi_len_align = 0x400017fc; ppDequeueTxDone_Locked = 0x40001800; -pm_tx_data_done_process = 0x40001808; +/*pm_tx_data_done_process = 0x40001808;*/ config_is_cache_tx_buf_enabled = 0x4000180c; ppMapWaitTxq = 0x40001810; ppProcessWaitingQueue = 0x40001814; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index b0069fb607..8dd36076d3 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit b0069fb607ec41ad872f0deaf3a9bdbbb4018dbb +Subproject commit 8dd36076d3676f8e215ea7ccb3321e0cb3c94ea1