From: Johannes Berg Date: Fri, 1 Apr 2011 11:52:48 +0000 (+0200) Subject: mac80211: clean up station cleanup timer X-Git-Tag: v3.0-rc1~377^2~437^2^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d59535aa08386b97ece58a27bb16fca4f066db;p=pandora-kernel.git mac80211: clean up station cleanup timer We currently run this timer exactly once when a new mac80211 device is registered, but that is completely pointless since it will have no work to do at all. Therefore, remove that and also simplify some code using the timer. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed