summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorDerek Basehore2015-11-05 02:37:52 +0100
committerEmmanuel Grumbach2015-12-01 20:17:57 +0100
commit06ae2ad413d20a1212bd7d32a49bd8b868a8629a (patch)
tree6b8d1bb1a5eb1ebc917ffba47bef6d9e38fa5ba2 /drivers/net
parentiwlwifi: mvm: rs: fix a warning message (diff)
downloadkernel-qcow2-linux-06ae2ad413d20a1212bd7d32a49bd8b868a8629a.tar.gz
kernel-qcow2-linux-06ae2ad413d20a1212bd7d32a49bd8b868a8629a.tar.xz
kernel-qcow2-linux-06ae2ad413d20a1212bd7d32a49bd8b868a8629a.zip
iwlwifi: mvm: report wakeup for wowlan
When the wifi wakes up the system, we need to report it via calling pm_wakeup_event for lucid sleep. This is so userspace knowns that the wifi woke up the system via the /sys/power/wakeup_type sysfs interface. Signed-off-by: Derek Basehore <dbasehore@chromium.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/d3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/d3.c b/drivers/net/wireless/intel/iwlwifi/mvm/d3.c
index 478cf82f6331..9e51843764ca 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/d3.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/d3.c
@@ -1236,6 +1236,8 @@ static void iwl_mvm_report_wakeup_reasons(struct iwl_mvm *mvm,
goto report;
}
+ pm_wakeup_event(mvm->dev, 0);
+
if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET)
wakeup.magic_pkt = true;