From 3d2af559671743e25e26352b0ffdfbf4453d04ce Mon Sep 17 00:00:00 2001 From: Rajesh Chauhan Date: Thu, 13 Feb 2014 09:56:26 -0800 Subject: qcacld: CL 840865 - update fw common interface files Increase MAX_SERVICE to 128 in wmi header file. Change-Id: I9eb73c30a6b1eb023b6fcadd3483e78e60c54191 CRs-Fixed: 615637 --- CORE/SERVICES/COMMON/wmi_services.h | 2 +- CORE/SERVICES/COMMON/wmi_version.h | 2 +- 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 -- cgit v1.2.3