commit | 8a61af65c6d03781015315dbc43d0942a5b31db9 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Dec 13 17:42:30 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 03 13:01:35 2013 +0100 |
tree | 624695ba646281508490cb1737fb69d8174fa87a | |
parent | 529ba6e9313dbe60dab7e72c6fdf647a012e9f5b [diff] |
mac80211: fix channel context iteration During suspend/resume channel contexts might be iterated even if they haven't been re-added to the driver, keep track of this and skip them in iteration. Also use the new status for sanity checks. Also clarify the fact that during HW restart all contexts are iterated over (thanks Eliad.) Signed-off-by: Johannes Berg <johannes.berg@intel.com>