From 39fe51924e65147b77fd32e466cfeb54a1d64d5d Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Thu, 26 Jan 2017 15:33:23 +0800 Subject: [PATCH] esp32: update wifi lib to fix two datapath issues 1. fix ampdu<->mpdu<->ampdu switch may cause rx slow issue by put mpdu into ampdu reorder queue 2. fix each ac first sending always fail issue by adding retry --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 6e50eb85a0..45414a6778 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 6e50eb85a07d12ded45d8765fc82bb7ab929e441 +Subproject commit 45414a6778e1bf2855f18a8c6b954d5cf575bb40 -- 2.40.0