Browse Source

qcacmn: Increase CE1 buffers to 512 for qca8074

CE1 is used for HTT RX after initial HTC control exchange. Hence
increase it back to 512. This reverts  the change
I2b3a58c1d7a914194d842824945d12ae7c9ebb05

Change-Id: Idd7fdcb45f2f8d4188d4e36431b92b6ee443a982
CRs-Fixed: 2450563
Kiran Venkatappa 5 years ago
parent
commit
110d691272
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hif/src/ce/ce_assignment.h

+ 2 - 2
hif/src/ce/ce_assignment.h

@@ -673,7 +673,7 @@ static struct CE_attr host_ce_config_wlan_qca8074[] = {
 	/* host->target HTC control and raw streams */
 	{ /* CE0 */ CE_ATTR_FLAGS, 0, 16, 2048, 0, NULL,},
 	/* target->host HTT + HTC control */
-	{ /* CE1 */ CE_ATTR_FLAGS, 0, 0,  2048, 128, NULL,},
+	{ /* CE1 */ CE_ATTR_FLAGS, 0, 0,  2048, 512, NULL,},
 	/* target->host WMI */
 	{ /* CE2 */ CE_ATTR_FLAGS, 0, 0,  WMI_MAX_BUF_SIZE, 512, NULL,},
 	/* host->target WMI (mac0) */
@@ -730,7 +730,7 @@ static struct CE_attr host_ce_config_wlan_qca8074_pci[] = {
 	/* host->target HTC control and raw streams */
 	{ /* CE0 */ EPPING_CE_FLAGS_POLL, 0, 16, 2048, 0, NULL,},
 	/* target->host HTT + HTC control */
-	{ /* CE1 */ EPPING_CE_FLAGS_POLL, 0, 0,  2048, 128, NULL,},
+	{ /* CE1 */ EPPING_CE_FLAGS_POLL, 0, 0,  2048, 512, NULL,},
 	/* target->host WMI */
 	{ /* CE2 */ EPPING_CE_FLAGS_POLL, 0, 0,  2048, 256, NULL,},
 	/* host->target WMI (mac0) */