From 4949087217954aef5444e029caf602e2747222cd Mon Sep 17 00:00:00 2001 From: ChenJianxing Date: Tue, 11 Aug 2020 15:25:55 +0800 Subject: [PATCH] esp_wifi: fix phy v4350 RX throughput low issue. sleep wakeup optimizaion do not cover 480M bbpll configuration, which cause CPU working in 240M mode RX throughput is low. --- 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 4d6f99c739..c934be7c20 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 4d6f99c739026fef0c7a20e9d570d7bfcc3077f2 +Subproject commit c934be7c20279db86e825fd44f7bc7eef9929ac1