From: Eliad Peller Date: Wed, 1 Feb 2012 16:48:09 +0000 (+0200) Subject: mac80211: timeout a single frame in the rx reorder buffer X-Git-Tag: v3.2.7~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d08dde8e209a4e5b6ff95022004c65672c149f;p=pandora-kernel.git mac80211: timeout a single frame in the rx reorder buffer commit 07ae2dfcf4f7143ce191c6436da1c33f179af0d6 upstream. The current code checks for stored_mpdu_num > 1, causing the reorder_timer to be triggered indefinitely, but the frame is never timed-out (until the next packet is received) Signed-off-by: Eliad Peller Acked-by: Johannes Berg Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed