From: Ron Rindjunsky Date: Tue, 25 Dec 2007 15:00:35 +0000 (+0200) Subject: mac80211: A-MPDU Rx handling aggregation reordering X-Git-Tag: v2.6.25-rc1~1162^2~843 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b580781e038968fb2529460e8b61e3bf77de112a;p=pandora-kernel.git mac80211: A-MPDU Rx handling aggregation reordering This patch handles the reordering of the Rx A-MPDU. This issue occurs when the sequence of the internal MPDUs is not in the right order. such a case can be encountered for example when some MPDUs from previous aggregations were recieved, while others failed, so current A-MPDU will contain a mix of re-transmited MPDUs and new ones. Signed-off-by: Ron Rindjunsky Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed