]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: timeout a single frame in the rx reorder buffer
authorEliad Peller <eliad@wizery.com>
Wed, 1 Feb 2012 16:48:09 +0000 (18:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Mar 2012 17:49:19 +0000 (09:49 -0800)
commitd5101f5e6df8e31cd58a393aacb6280a55b8787b
tree60ddc99d287297a601574b1eca239096eb972227
parente871c96c42ff9c08d856a757c0176f9381ac67cd
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 <eliad@wizery.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/rx.c