Browse Source

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

 add WMI_CONTROL_DBR_SVC service ID

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

+ 3 - 1
fw/htc_services.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012, 2014-2017, 2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -58,7 +59,8 @@ typedef enum {
 #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_CONTROL_DIAG_SVC   MAKE_SERVICE_ID(WMI_SERVICE_GROUP,7)
-#define WMI_MAX_SERVICES  8
+#define WMI_CONTROL_DBR_SVC    MAKE_SERVICE_ID(WMI_SERVICE_GROUP,8)
+#define WMI_MAX_SERVICES  9
 
 #define NMI_CONTROL_SVC   MAKE_SERVICE_ID(NMI_SERVICE_GROUP,0)
 #define NMI_DATA_SVC      MAKE_SERVICE_ID(NMI_SERVICE_GROUP,1)