commit | 2d9957cce674308f744f37f68b6bc3261bfdbbf4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 01 20:54:52 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Aug 01 20:58:28 2012 +0200 |
tree | 98b4c56366ddbe3af4475c1b119b285a0d837eb8 | |
parent | ba846a502c6b3c0ff047861c891fd1afeed6e435 [diff] |
mac80211: clear timer bits when disconnecting There's a corner case that can happen when we suspend with a timer running, then resume and disconnect. If we connect again, suspend and resume we might start timers that shouldn't be running. Reset the timer flags to avoid this. This affects both mesh and managed modes. Signed-off-by: Johannes Berg <johannes.berg@intel.com>