From: Christian Lamparter Date: Sun, 24 Apr 2011 18:41:16 +0000 (+0200) Subject: mac80211: fix too early reorder release timer X-Git-Tag: v3.0-rc1~377^2~161^2^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=334df731976ee4042c9bf18b2eec9c0a71f45389;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed