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
This commit is contained in:
Govind Singh
2017-04-25 10:33:23 +05:30
committed by snandini
parent dec67cca98
commit ae820d08e5

View File

@@ -105,8 +105,7 @@ static struct CE_attr host_ce_config_wlan[] = {
/* Target autonomous HIF_memcpy */ /* Target autonomous HIF_memcpy */
{ /* CE6 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,}, { /* CE6 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
/* ce_diag, the Diagnostic Window */ /* ce_diag, the Diagnostic Window */
{ /* CE7 */ (CE_ATTR_DIAG_FLAGS | CE_ATTR_DISABLE_INTR) , 0, { /* CE7 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
2, DIAG_TRANSFER_LIMIT, 2, NULL,},
/* Target to uMC */ /* Target to uMC */
{ /* CE8 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,}, { /* CE8 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
/* target->host HTT */ /* target->host HTT */