From: Luciano Coelho Date: Mon, 22 Sep 2014 07:59:53 +0000 (+0300) Subject: iwlwifi: mvm: split wowlan handling out of the main suspend function X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~30^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=671b58202e485f26abf1f92c1b52ed45d03d0438;p=pandora-kernel.git iwlwifi: mvm: split wowlan handling out of the main suspend function Take the WoWLAN handling code out of the main suspend function, dividing it into three parts: get_config (which is used before the firmware is switched), switch_to_d3 (which handles the rebooting of the hardware with the D3 firmware) and config (which configures the D3 firmware for WoWLAN operation). This is necessary to prepare for the net-detect implementation, which will use only the switch_to_d3 part of this flow. Signed-off-by: Luciano Coelho Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed