summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Chauhan <rajeshc@qca.qualcomm.com>2014-02-13 09:56:26 -0800
committerPrakash Dhavali <pdhavali@qca.qualcomm.com>2014-02-14 21:08:55 -0800
commit3d2af559671743e25e26352b0ffdfbf4453d04ce (patch)
treededd698f841f83be72ddc19e8345c3a4c05c1e2c
parent10d21e7f8b32c778fdcbe4be722a707b3c19f609 (diff)
qcacld: CL 840865 - update fw common interface files
Increase MAX_SERVICE to 128 in wmi header file. Change-Id: I9eb73c30a6b1eb023b6fcadd3483e78e60c54191 CRs-Fixed: 615637
-rw-r--r--CORE/SERVICES/COMMON/wmi_services.h2
-rw-r--r--CORE/SERVICES/COMMON/wmi_version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_services.h b/CORE/SERVICES/COMMON/wmi_services.h
index 2ccd47ed033a..ffa6b38eede9 100644
--- a/CORE/SERVICES/COMMON/wmi_services.h
+++ b/CORE/SERVICES/COMMON/wmi_services.h
@@ -99,7 +99,7 @@ typedef enum {
WMI_SERVICE_BCN_TXRATE_OVERRIDE, /* Will support the bcn/prb rsp rate override */
WMI_SERVICE_NAN, /* Neighbor Awareness Network */
WMI_SERVICE_L1SS_STAT, /* L1SS statistics counter report */
- WMI_MAX_SERVICE=64 /* max service */
+ WMI_MAX_SERVICE=128 /* max service */
} WMI_SERVICE;
#define WMI_SERVICE_BM_SIZE ((WMI_MAX_SERVICE + sizeof(A_UINT32)- 1)/sizeof(A_UINT32))
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index 55446bd96c06..82da71e89ca9 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_ 34
+#define __WMI_REVISION_ 35
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work