qcacld-3.0: Enable all 12 Copy Engines

Facilitates faster data transfers. This provides a basis
to start using the other 4 CEs for additional services.
Only adding structure elements to enable these CEs not
really using them yet.

Change-Id: I4be07413de409195ccc717765c75806a1470941e
CRs-Fixed: 938752
diff --git a/core/hif/inc/hif.h b/core/hif/inc/hif.h
index aa0b605..dd2c898 100644
--- a/core/hif/inc/hif.h
+++ b/core/hif/inc/hif.h
@@ -85,7 +85,11 @@
 #define TARGET_TYPE_ADRASTEA     16
 
 struct CE_state;
+#ifdef QCA_WIFI_3_0_ADRASTEA
+#define CE_COUNT_MAX 12
+#else
 #define CE_COUNT_MAX 8
+#endif
 
 /* These numbers are selected so that the product is close to current
    higher limit of packets HIF services at one shot (1000) */