]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: clean up station cleanup timer
authorJohannes Berg <johannes.berg@intel.com>
Fri, 1 Apr 2011 11:52:48 +0000 (13:52 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 4 Apr 2011 20:20:07 +0000 (16:20 -0400)
commit6eefa15d63ac9ad984b1811b42fcf1afebf52cbc
tree13949e0c77c36c502d99d417a72188189c87e0b6
parent36ac1ddbe9072dc5f8f4c1c19f6cb5a8b594386c
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 <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/main.c
net/mac80211/sta_info.c
net/mac80211/sta_info.h
net/mac80211/util.c