From a28f50d062c5b0aadc36a41b010caec288bfaa66 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Wed, 13 Sep 2023 11:16:22 +0800 Subject: [PATCH] fix(wifi): fix ccmp and gcmp PN became large issue --- components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 39076ceed1..55d4a555cf 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -1682,7 +1682,7 @@ lmacProcessCollisions_task = 0x40001dbc; lmacInitAc = 0x40001dc4; lmacInit = 0x40001dc8; mac_tx_set_txop_q = 0x40001dcc; -hal_init = 0x40001dd0; +/*hal_init = 0x40001dd0;*/ hal_mac_rx_set_policy = 0x40001dd4; hal_mac_set_bssid = 0x40001dd8; mac_rx_policy_init = 0x40001ddc; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 74fac32326..c2b2ae5381 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 74fac32326a56ac976ea2b7f596373bbc2bad8c0 +Subproject commit c2b2ae53810965f75d6b866deb802b01d316cc1f