From 832123a5e1f39fc480941dfbc29372dcc171acdd Mon Sep 17 00:00:00 2001 From: muhaidong Date: Wed, 8 Dec 2021 15:59:10 +0800 Subject: [PATCH] esp_wifi: fix fragment plt loss and update header file 1. fix(pp): fix fragment plt loss when 2td pn compare with 1th pn 2. pmf allow keyindex in big endian format to workaround faulty APs 3. docs: update miswritten and abbreviated words and syntax errors for initialize WiFi section in esp_wifi.h header file 4. allow for minimal scope of wifi_init_config_t --- components/esp_rom/esp8684/ld/esp8684.rom.ld | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_rom/esp8684/ld/esp8684.rom.ld b/components/esp_rom/esp8684/ld/esp8684.rom.ld index 656c30a23c..fd32ce046c 100644 --- a/components/esp_rom/esp8684/ld/esp8684.rom.ld +++ b/components/esp_rom/esp8684/ld/esp8684.rom.ld @@ -1708,7 +1708,7 @@ ppRecycleAmpdu = 0x40001adc; ppRecycleRxPkt = 0x40001ae0; ppResortTxAMPDU = 0x40001ae4; ppResumeTxAMPDU = 0x40001ae8; -ppRxFragmentProc = 0x40001aec; +/* ppRxFragmentProc = 0x40001aec; */ ppRxPkt = 0x40001af0; ppRxProtoProc = 0x40001af4; ppSearchTxQueue = 0x40001af8; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 657dd399cf..ae1371b9a4 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 657dd399cff195341fd536d503ce99f0d46876a6 +Subproject commit ae1371b9a43f2d7e78f10c1f525850a2962df0ba