qcacmn: disable CE8 interrupt

Disable CE8 interrupt it is not used between 
host and target communication.

Change-Id: I39439bcdd6adfa3973bcc81eaf43f047839a85aa
This commit is contained in:
Basamma Yakkanahalli
2019-11-13 15:44:10 +05:30
committed by snandini
parent c70a7a8d0f
commit f732e1a0b2

View File

@@ -698,7 +698,7 @@ static struct CE_attr host_ce_config_wlan_qca8074[] = {
/* host->target WMI (mac1) */
{ /* CE7 */ CE_ATTR_FLAGS, 0, 32, 2048, 0, NULL,},
/* Target to uMC */
{ /* CE8 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
{ /* CE8 */ CE_ATTR_FLAGS | CE_ATTR_DISABLE_INTR, 0, 0, 0, 0, NULL,},
/* host->target WMI (mac2) */
{ /* CE9 */ CE_ATTR_FLAGS, 0, 32, 2048, 0, NULL,},
/* target->host HTT */