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
diff --git a/hif/src/ce/ce_main.c b/hif/src/ce/ce_main.c
index 73dcecd..f0e27fa 100644
--- a/hif/src/ce/ce_main.c
+++ b/hif/src/ce/ce_main.c
@@ -322,26 +322,6 @@
 		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) */