summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorService qcabuildsw <qcabuildsw@localhost>2017-02-17 18:26:27 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-17 18:26:27 -0800
commitafa3b4428aed2b156c3d65b05bf464a7d57e5faf (patch)
tree45c60286671787eb19c2797b967b85e59ba80d93
parent106809d70db6b2f73bda0b28fc3c249e46f122f9 (diff)
parent86ec74a3e3b12f8bad3f496b28ac591ce9a108b6 (diff)
Merge "fw-api: CL 2844914 - update fw common interface files" into wlan-api.lnx.1.1-dev
-rw-r--r--fw/htc_services.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/fw/htc_services.h b/fw/htc_services.h
index 8021af245777..c9c9537a20e1 100644
--- a/fw/htc_services.h
+++ b/fw/htc_services.h
@@ -1,5 +1,6 @@
/*
- * Copyright (c) 2012, 2014, 2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012, 2014, 2016, 2017 The Linux Foundation.
+ * All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -47,12 +48,16 @@ typedef enum {
/* NOTE: service ID of 0x0000 is reserved and should never be used */
#define HTC_CTRL_RSVD_SVC MAKE_SERVICE_ID(RSVD_SERVICE_GROUP,1)
+/* WMI_CONTROL_SVC: WMI service for MAC 0 */
#define WMI_CONTROL_SVC MAKE_SERVICE_ID(WMI_SERVICE_GROUP,0)
#define WMI_DATA_BE_SVC MAKE_SERVICE_ID(WMI_SERVICE_GROUP,1)
#define WMI_DATA_BK_SVC MAKE_SERVICE_ID(WMI_SERVICE_GROUP,2)
#define WMI_DATA_VI_SVC MAKE_SERVICE_ID(WMI_SERVICE_GROUP,3)
#define WMI_DATA_VO_SVC MAKE_SERVICE_ID(WMI_SERVICE_GROUP,4)
-#define WMI_MAX_SERVICES 5
+/* 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 NMI_CONTROL_SVC MAKE_SERVICE_ID(NMI_SERVICE_GROUP,0)
#define NMI_DATA_SVC MAKE_SERVICE_ID(NMI_SERVICE_GROUP,1)