]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: start queues if driver rejected wowlan
authorJohannes Berg <johannes.berg@intel.com>
Sun, 1 Mar 2015 07:10:08 +0000 (09:10 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 4 Mar 2015 09:34:09 +0000 (10:34 +0100)
commitb9b869586759677c27471f1b01bbcc3242d9e806
treecb58fdb7dcf6ec7df71454233447446d322ee24c
parenteb6c1b55ba7ac3b522f5f0fc8519402652eed2c3
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>
net/mac80211/pm.c