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.3-rc4~2^2~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ae2dfcf4f7143ce191c6436da1c33f179af0d6;p=pandora-kernel.git mac80211: timeout a single frame in the rx reorder buffer 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 Cc: Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed