commit | 23e370989c3fe6b9b2062d9d511feda800434de3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sun Mar 01 09:10:08 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Mar 04 10:34:09 2015 +0100 |
tree | cb58fdb7dcf6ec7df71454233447446d322ee24c | |
parent | 8bb6f4b9c50eef838931e0e667f1a451f34a76ae [diff] |
mac80211: start queues if driver rejected wowlan If the driver rejects WoWLAN, restart the queues before returning to cfg80211. cfg80211 will return to mac80211, but not before it disconnects all interfaces. If we don't start the queues, any of the packets needed for disconnecting won't be transmitted, which is strange. Fix that. Signed-off-by: Johannes Berg <johannes.berg@intel.com>