]> git.karo-electronics.de Git - mv-sheeva.git/commit
mac80211: fix too early reorder release timer
authorChristian Lamparter <chunkeey@googlemail.com>
Sun, 24 Apr 2011 18:41:16 +0000 (20:41 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 26 Apr 2011 19:50:31 +0000 (15:50 -0400)
commit334df731976ee4042c9bf18b2eec9c0a71f45389
treee7bf04083a4924aaf41424100e2470db118a890b
parentcaf1eae206688210f61f3b48627ce4ca3c709784
mac80211: fix too early reorder release timer

The release timer has to expire "just" after a
frame is up for release. Currently, if the timer
callback starts on time, the "!time_after" check
above will start a new timer instead of
releasing the frames.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c