diff options
author | Naresh G Solanki <naresh.solanki@intel.com> | 2017-07-03 21:57:11 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-28 16:27:18 +0000 |
commit | 3c6377fb4fcdff89e1509e9eeab7ce563dc45053 (patch) | |
tree | 565b598d66ebbaa2848fdf5f93ea9f35446a30b4 /src/include/elog.h | |
parent | b9810a4cd6ec082eaab476540324ae927cae1b53 (diff) |
driver/intel/wifi: Update wifi wake source in elog
In S3 resume, wifi is one of the wake sources.
If elog is enabled in config, then log wifi wakes in elog.
BUG=b:36992859
TEST= Build for Soraka. Do WoWlan during S3. Verify elog having update
on wake due to Wifi.
Change-Id: I7d42c5c81e0a3f7a3f94c3f6b7d2ebdf029d1aff
Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/20455
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/include/elog.h')
-rw-r--r-- | src/include/elog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/elog.h b/src/include/elog.h index 57e278e151..bab7eb0594 100644 --- a/src/include/elog.h +++ b/src/include/elog.h @@ -149,6 +149,7 @@ #define ELOG_WAKE_SOURCE_PME_XDCI 0x1c #define ELOG_WAKE_SOURCE_PME_XHCI_USB_2 0x1d #define ELOG_WAKE_SOURCE_PME_XHCI_USB_3 0x1e +#define ELOG_WAKE_SOURCE_PME_WIFI 0x1f struct elog_event_data_wake { u8 source; |