summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2018-04-07 09:00:40 -0700
committerspuligil <spuligil@codeaurora.org>2018-04-07 09:00:40 -0700
commitc6a4e69b72fd595ba1153304f33a047b202fb426 (patch)
treea33daf47709f98ee2753b42be02a80e47f4a394c
parent654c940b7598d2cd4e99f84a7f2ef075a2c3397d (diff)
downloadwlan-fw-api-c6a4e69b72fd595ba1153304f33a047b202fb426.tar.gz
fw-api: CL 4414747 - update fw common interface files
Change-Id: I17520545cb7ce5e5c4b71957885b88343c3601e3 WMI: add WOW_TKIP_MIC_ERR_FRAME_RECVD wake reason CRs-Fixed: 1107600
-rwxr-xr-xfw/wmi_unified.h2
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index a2bc9a4..0f64ca1 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -11686,6 +11686,7 @@ typedef enum event_type_e {
WOW_11D_SCAN_EVENT,
WOW_SAP_OBSS_DETECTION_EVENT,
WOW_BSS_COLOR_COLLISION_DETECT_EVENT,
+ WOW_TKIP_MIC_ERR_FRAME_RECVD_EVENT,
} WOW_WAKE_EVENT_TYPE;
typedef enum wake_reason_e {
@@ -11744,6 +11745,7 @@ typedef enum wake_reason_e {
WOW_REASON_WLAN_DHCP_RENEW,
WOW_REASON_SAP_OBSS_DETECTION,
WOW_REASON_BSS_COLOR_COLLISION_DETECT,
+ WOW_REASON_TKIP_MIC_ERR_FRAME_RECVD_DETECT,
WOW_REASON_DEBUG_TEST = 0xFF,
} WOW_WAKE_REASON_TYPE;
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index c5070ea..195564d 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_ 521
+#define __WMI_REVISION_ 522
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work