summaryrefslogtreecommitdiff
path: root/hif
diff options
context:
space:
mode:
authorHouston Hoffman <hhoffman@codeaurora.org>2017-10-05 15:05:46 -0700
committerNandini Suresh <snandini@codeaurora.org>2017-10-12 14:21:47 -0700
commitd42ab38aa347d7d4ef1b9ababe78c058ce5fe846 (patch)
tree8522de1c53323ddc974539d6ae178ced62d03c31 /hif
parent2fedb13531444494aebd1c9627e70bcf673a9215 (diff)
downloadqca-wfi-host-cmn-d42ab38aa347d7d4ef1b9ababe78c058ce5fe846.tar.gz
qcacmn: Remove WMI_CONTROL_SVC_WMAC1/2 from the default service map
WMI_CONTROL_SVC_WMAC1/2 services are not supported by adrastea/rome firmware. Change-Id: Ibf5ab94c44e91f9e61110b5c395c69a408d12b77 CRs-Fixed: 2122123
Diffstat (limited to 'hif')
-rw-r--r--hif/src/ce/ce_main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/hif/src/ce/ce_main.c b/hif/src/ce/ce_main.c
index 73dcecd51..f0e27fa62 100644
--- a/hif/src/ce/ce_main.c
+++ b/hif/src/ce/ce_main.c
@@ -322,26 +322,6 @@ static struct service_to_pipe target_service_to_ce_map_wlan[] = {
2,
},
{
- WMI_CONTROL_SVC_WMAC1,
- PIPEDIR_OUT, /* out = UL = host -> target */
- 7,
- },
- {
- WMI_CONTROL_SVC_WMAC1,
- PIPEDIR_IN, /* in = DL = target -> host */
- 2,
- },
- {
- WMI_CONTROL_SVC_WMAC2,
- PIPEDIR_OUT, /* out = UL = host -> target */
- 9,
- },
- {
- WMI_CONTROL_SVC_WMAC2,
- PIPEDIR_IN, /* in = DL = target -> host */
- 2,
- },
- {
HTC_CTRL_RSVD_SVC,
PIPEDIR_OUT, /* out = UL = host -> target */
0, /* could be moved to 3 (share with WMI) */