From ec16fa7dd55cd71e8736d5097ddd13a611b06115 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Mon, 4 Mar 2024 19:36:33 +0800 Subject: [PATCH] fix(wifi): fix some amsdu issue 1. fix qos encapsulated eapol issue 2. fix qos eapol eb data length issue 3. eapol arp and dhcp add flag PP_F_PER_PKT_RATE 4. fix lmac_stop_hw_txq issue 5. limit the number of sub amsdu 6. fix recycle cache sub amsdu eb issue --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index cd8d74b378..2034132db8 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit cd8d74b378f6e3e749c5b0c2c1602571e3a0c75a +Subproject commit 2034132db8e2952cf203995d703170a21594b2b8