Browse Source

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
Houston Hoffman 7 years ago
parent
commit
d42ab38aa3
1 changed files with 0 additions and 20 deletions
  1. 0 20
      hif/src/ce/ce_main.c

+ 0 - 20
hif/src/ce/ce_main.c

@@ -321,26 +321,6 @@ static struct service_to_pipe target_service_to_ce_map_wlan[] = {
 		PIPEDIR_IN,     /* in = DL = target -> host */
 		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 */