From f4022111c8f0f7195ae8f1259108e1e03688dee0 Mon Sep 17 00:00:00 2001 From: XiaXiaotian Date: Thu, 30 Aug 2018 11:59:31 +0800 Subject: [PATCH] esp32: reorder MPDU as AMPDU Some APs transmit AMPDU and MPDU by turns. Moreover, the sequence numbers of AMPDU and MPDU are out of order, e.g. MPDU(1253) - AMPDU(1251, 1252) - MPDU(1254) - AMPDU(1255, 1256). In order to receive both AMPDU and MPDU in order, MPDU must be reordered with AMPDU. --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index c7a828b05f..e923fea4e8 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit c7a828b05fc5dcc43c5dd3a1a6e3d6e356dd2086 +Subproject commit e923fea4e884789c78adc6a1930368e1bb2f3f4e