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)
commit8f21b0adfe95907926da1bb0bcd3382b13d0143d
tree8eeedd57fd51a88baa61d38ef5602689eea3d675
parentd888130a024d1d1e8b2c3d0c9841a218fc0aed9e
mac80211: call restart complete at wowlan resume time

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>
include/net/mac80211.h
net/mac80211/util.c