mac80211: call restart complete at wowlan resume time
authorJohannes Berg <johannes.berg@intel.com>
Thu, 10 Jan 2013 23:28:01 +0000 (00:28 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 16 Jan 2013 14:19:01 +0000 (15:19 +0100)
When the driver's resume function can't completely
restore the configuration in the device, it returns
1 from the callback which will be treated like a HW
restart request, but done directly.

In this case, also call the driver's restart_complete()
function so it can finish the reconfiguration there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found