From 65054e1defcda443e839333327f8171be730d09f Mon Sep 17 00:00:00 2001 From: CC Date: Wed, 4 Oct 2023 17:49:52 +0800 Subject: [PATCH 1/2] esp_wifi.h typo typo in esp_wifi_scan_get_ap_num comment APIs -> APs --- components/esp_wifi/include/esp_wifi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/include/esp_wifi.h b/components/esp_wifi/include/esp_wifi.h index 4a233406e5..1eccd7dca5 100644 --- a/components/esp_wifi/include/esp_wifi.h +++ b/components/esp_wifi/include/esp_wifi.h @@ -447,7 +447,7 @@ esp_err_t esp_wifi_scan_stop(void); /** * @brief Get number of APs found in last scan * - * @param[out] number store number of APIs found in last scan + * @param[out] number store number of APs found in last scan * * @attention This API can only be called when the scan is completed, otherwise it may get wrong value. * From 16ec59907e9abf95981e87ca3c9154be2325e245 Mon Sep 17 00:00:00 2001 From: alanmaxwell Date: Wed, 11 Oct 2023 15:47:07 +0800 Subject: [PATCH 2/2] fix(wifi): Fix some wifi issue 1.fix multi antenna issue 2.fix dirty eb when rx HE rate action for C6 3.fix h/w modem state consecutive times when the modem sleep type is modified in runtime --- components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld b/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld index 5cfc163ddc..61a4f4e10d 100644 --- a/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld +++ b/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld @@ -144,7 +144,7 @@ TRC_PER_IS_GOOD = 0x40000dc0; trc_SetTxAmpduState = 0x40000dc4; trc_tid_isTxAmpduOperational = 0x40000dc8; trcAmpduSetState = 0x40000dcc; -wDevCheckBlockError = 0x40000dd0; +//wDevCheckBlockError = 0x40000dd0; wDev_AppendRxBlocks = 0x40000dd4; wDev_DiscardFrame = 0x40000dd8; wDev_GetNoiseFloor = 0x40000ddc; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index c8a6ac54c5..3e202a0f02 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c8a6ac54c577b479ab10f69341f98a3ac1d345a3 +Subproject commit 3e202a0f02851aa103fa8a2d33d40f87b85b2484