commit | 382a103b2b528a3085cde4ac56fc69d92a828b72 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Mar 22 22:30:09 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Mar 25 16:50:18 2013 +0100 |
tree | beeba4a0f743fcc1b323d81cc6d19b0b06672202 | |
parent | 3fbd45ca8d1c98f3c2582ef8bc70ade42f70947b [diff] |
mac80211: fix idle handling sequence Corey Richardson reported that my idle handling cleanup (commit fd0f979a1b, "mac80211: simplify idle handling") broke ath9k_htc. The reason appears to be that it wants to go out of idle before switching channels. To fix it, reimplement that sequence. Reported-by: Corey Richardson <corey@octayn.net> Signed-off-by: Johannes Berg <johannes.berg@intel.com>