commit | ca386f3137eb68621fadba546d9eb35ac2f82de3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Fri Jul 10 02:39:48 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 24 15:05:10 2009 -0400 |
tree | bfdb1ecabe0ca942fadec255a7c92ecac405f153 | |
parent | 01a7e08436929271c6173b5daf3e193ef5b3561a [diff] |
mac80211: fix multi-use timer We have, sometimes, multiple things that want to run but don't have their own timer. Introduce a new function to mac80211's mlme run_again() that makes sure that the timer will run again at the _first_ needed time, use that function and also properly reprogram the timer once it fired. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>