From 8a6c2fe68f5193f95f55c8824cf67121a1e62363 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Mon, 19 Feb 2024 11:04:30 +0800 Subject: [PATCH] fix(wifi): fixed scan and home channel change issues 1. update scan ap number when clear scan ap records 2. fixed the old_snd filed error in WIFI_EVENT_HOME_CHANNEL_CHANGE event Closes https://github.com/espressif/esp-idf/issues/13051 --- components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld index 580955696f..0a40764534 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld @@ -36,7 +36,7 @@ wDev_ProcessRxSucData = 0x400017f4; pm_tx_data_done_process = 0x40001808; ppMapWaitTxq = 0x40001810; ieee80211_encap_esfbuf = 0x4000185c; -sta_input = 0x40001870; +/*sta_input = 0x40001870;*/ ieee80211_crypto_decap = 0x4000189c; ieee80211_decap = 0x400018a0; coex_core_timer_idx_get = 0x400018d0;