qcacld-2.0: CL 4041639 - update fw commmon interface files
WMI_PDEV_PARAM_GCMP_SUPPORT_ENABLE def
Change-Id: I970a2bdf942b956e1b503d19005f500b78910af0
CRs-Fixed: 865207
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 75838cf..5ad6edb 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -4828,6 +4828,8 @@
/* Enable/Disable data stall detection */
WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE, /* 0x9b */
+ /* GCMP Support indication to FW */
+ WMI_PDEV_PARAM_GCMP_SUPPORT_ENABLE, /* 0x9c */
} WMI_PDEV_PARAM;
typedef enum {
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index 5fa9b62..ce01e82 100644
--- a/CORE/SERVICES/COMMON/wmi_version.h
+++ b/CORE/SERVICES/COMMON/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_ 492
+#define __WMI_REVISION_ 493
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work