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)
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>

No differences found