commit | 8f21b0adfe95907926da1bb0bcd3382b13d0143d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jan 11 00:28:01 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Jan 16 15:19:01 2013 +0100 |
tree | 8eeedd57fd51a88baa61d38ef5602689eea3d675 | |
parent | d888130a024d1d1e8b2c3d0c9841a218fc0aed9e [diff] |
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>