mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-27 21:21:44 +01:00 
			
		
		
		
	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.
			
			
This commit is contained in: