From 2ad5686937fccee425033850301efce06661c6bc Mon Sep 17 00:00:00 2001 From: XiaXiaotian Date: Thu, 30 Aug 2018 11:46:16 +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 4c69c1ad8d..1373c2075a 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 4c69c1ad8da7a9cbe8e27598b8c91780ac0b5068 +Subproject commit 1373c2075a9524437cbb4bdfd8576dedb77c68a2