summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2019-12-11 18:00:35 -0800
committerspuligil <spuligil@codeaurora.org>2019-12-11 18:00:35 -0800
commit829d97ca934d18db316ddc6df3ccab8a255b100c (patch)
tree8ba20af3445d35f3950dd5deb17065cbc5c8f5b3
parent3c2bc38dcc442040817c5667632235e4a2cd8dde (diff)
fw-api: CL 9029062 - update fw common interface files
Add WOW_REASON_RFKILL def Change-Id: Ib367ba573e441131becb578f7714681b4ccd87d2 CRs-Fixed: 2262693
-rwxr-xr-xfw/wmi_unified.h1
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 1fabc8b01f4b..ec838897ecc6 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -14232,6 +14232,7 @@ typedef enum wake_reason_e {
WOW_REASON_PAGE_FAULT, /* Host wake up due to page fault */
WOW_REASON_ROAM_PREAUTH_START,
WOW_REASON_ROAM_PMKID_REQUEST,
+ WOW_REASON_RFKILL,
/* add new WOW_REASON_ defs before this line */
WOW_REASON_MAX,
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 4e9d64ec0b00..ce71eae5844f 100755
--- a/fw/wmi_version.h
+++ b/fw/wmi_version.h
@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */
-#define __WMI_REVISION_ 754
+#define __WMI_REVISION_ 755
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work