From: Johannes Berg Date: Tue, 6 Sep 2011 12:13:06 +0000 (+0200) Subject: mac80211: further optimise buffer expiry timer X-Git-Tag: v3.2-rc1~129^2~254^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0b8d89c75233d8468f3c585e4e022f6779ac84;p=pandora-kernel.git mac80211: further optimise buffer expiry timer Juuso optimised the timer to not run all the time in commit 3393a608c4979a94d1887efc05b7. However, after that it will still run once more even if all frames just expired. Fixing that also makes the function return value a little clearer in the process. Also, while at it, change the return value to bool (instead of int). Cc: Juuso Oikarinen Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed