From: Eliad Peller Date: Thu, 27 Mar 2014 16:53:12 +0000 (+0200) Subject: iwlwifi: mvm: don't use d3 fw if d0i3 is used X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~279^2^2~54^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d15a747fc8462b3f7a40ba5c16678a38f71e12c8;p=pandora-kernel.git iwlwifi: mvm: don't use d3 fw if d0i3 is used bail out from the suspend/resume callbacks if d0i3 is used. declare support for ANY wowlan trigger (i.e. normal operation). On resume, we shouldn't execute the d0i3 exit flow (which might disconnect stations, etc.) until mac80211 was resumed. Add new flags to indicate we are in suspend, and call the pending exit work on resume. Since the resume flow can take some time, add a new EXIT_WORK reference type to prevent going back to d0i3 at this stage. Signed-off-by: Eliad Peller Signed-off-by: Arik Nemtsov Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed