mac80211: fix idle handling sequence
authorJohannes Berg <johannes.berg@intel.com>
Fri, 22 Mar 2013 21:30:09 +0000 (22:30 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Mar 2013 15:50:18 +0000 (16:50 +0100)
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>

No differences found