summaryrefslogtreecommitdiff
path: root/hif
diff options
context:
space:
mode:
authorGovind Singh <govinds@codeaurora.org>2017-04-25 10:33:23 +0530
committersnandini <snandini@codeaurora.org>2017-10-05 09:19:57 -0700
commitae820d08e5a0f2da214e55e929c43d707d6c6465 (patch)
tree67e28c7f54a1f1293c8b25deed37b6b56020c8b2 /hif
parentdec67cca9822bb2824f6bd26e553b2b7be5c2b41 (diff)
downloadqca-wfi-host-cmn-ae820d08e5a0f2da214e55e929c43d707d6c6465.tar.gz
qcacmn: Remove diag config from HOST CE config
IHelium uses qmi path for read/write access to target registers, legacy diag path is not used. Remove diag config to reduce unnecessary allocations. Change-Id: Ic251364b5a724c1efd7d34bba55b020189e8e599 CRs-Fixed: 2041887
Diffstat (limited to 'hif')
-rw-r--r--hif/src/ce/ce_assignment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hif/src/ce/ce_assignment.h b/hif/src/ce/ce_assignment.h
index 39c88f781..31bcbf928 100644
--- a/hif/src/ce/ce_assignment.h
+++ b/hif/src/ce/ce_assignment.h
@@ -105,8 +105,7 @@ static struct CE_attr host_ce_config_wlan[] = {
/* Target autonomous HIF_memcpy */
{ /* CE6 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
/* ce_diag, the Diagnostic Window */
- { /* CE7 */ (CE_ATTR_DIAG_FLAGS | CE_ATTR_DISABLE_INTR) , 0,
- 2, DIAG_TRANSFER_LIMIT, 2, NULL,},
+ { /* CE7 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
/* Target to uMC */
{ /* CE8 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
/* target->host HTT */