Browse Source

fw-api: CL 11731447 - update fw common interface files

Add HTC service category for WMI_CONTROL_DIAG_SVC

Change-Id: I1fbece4bfcb0419ed601b8f5236a5e49dead47ec
CRs-Fixed: 2262693
spuligil 4 years ago
parent
commit
1ebb88e9e6
1 changed files with 3 additions and 2 deletions
  1. 3 2
      fw/htc_services.h

+ 3 - 2
fw/htc_services.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2014-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012, 2014-2017, 2020 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -57,7 +57,8 @@ typedef enum {
 /* WMI_CONTROL_SVC_WMAC1,2: WMI service for MACs 1 and 2 (where applicable) */
 #define WMI_CONTROL_SVC_WMAC1  MAKE_SERVICE_ID(WMI_SERVICE_GROUP,5)
 #define WMI_CONTROL_SVC_WMAC2  MAKE_SERVICE_ID(WMI_SERVICE_GROUP,6)
-#define WMI_MAX_SERVICES  7
+#define WMI_CONTROL_DIAG_SVC   MAKE_SERVICE_ID(WMI_SERVICE_GROUP,7)
+#define WMI_MAX_SERVICES  8
 
 #define NMI_CONTROL_SVC   MAKE_SERVICE_ID(NMI_SERVICE_GROUP,0)
 #define NMI_DATA_SVC      MAKE_SERVICE_ID(NMI_SERVICE_GROUP,1)