From bc61578d6808427e5e06bc98e72d5e49c18cb94e Mon Sep 17 00:00:00 2001 From: xueyunfei Date: Tue, 19 Jul 2022 15:16:43 +0800 Subject: [PATCH] esp_wifi: backport some wifi fix 1 Bugfix for wrong config of static txbuf 2 fix bug that qos data will update BA SSN 3 reset beacon timeout timer 4 Bugfix for close sniffer mode when wifi stop 5 update wifi header files --- components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld | 2 +- components/esp_rom/esp32c3/ld/esp32c3.rom.ld | 2 +- components/esp_wifi/lib | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld index 461f70694d..390cf6a06c 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld @@ -10,7 +10,7 @@ ppMapTxQueue = 0x400016d8; rcGetSched = 0x40001764; wDevCheckBlockError = 0x400017b4; ppProcTxDone = 0x40001804; -sta_input = rom_sta_input; +/*sta_input = rom_sta_input;*/ /*************************************** Group rom_phy diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld index 74bb30a125..5a77d2af02 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld @@ -1550,7 +1550,7 @@ pm_on_data_rx = 0x40001680; pm_on_tbtt = 0x40001684; pm_parse_beacon = 0x40001688; pm_process_tim = 0x4000168c; -pm_rx_beacon_process = 0x40001690; +/*pm_rx_beacon_process = 0x40001690;*/ pm_rx_data_process = 0x40001694; /*pm_sleep = 0x40001698;*/ pm_sleep_for = 0x4000169c; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index ef6c4a7cb1..db1c090f59 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit ef6c4a7cb1702c8568eb952bfdf33eace1ba7bf6 +Subproject commit db1c090f59826b1643903738eafa7b60c78468da