]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite0ca66bd8a6d604a13ce3732f83ed3d014f359b3
tree8eeedd57fd51a88baa61d38ef5602689eea3d675
parent762bcd45e214b44a4b8fa367c21036e55025134d
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