Ver código fonte

qcacmn: Increase CE2 count to 128 for QCN9000

Increase destination CE2 buffer count to 128 for
QCN9000.

Change-Id: I4b497c385e461d093da5fa5ed03e2aa299dfb1f9
Nandha Kishore Easwaran 5 anos atrás
pai
commit
e6ffcdabce
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      hif/src/ce/ce_assignment.h

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

@@ -980,7 +980,7 @@ static struct CE_attr host_ce_config_wlan_qcn9000[] = {
 		512, NULL,},
 	/* target->host WMI */
 	{/*CE2*/ (CE_ATTR_FLAGS), 0, 0,  2048,
-		32, NULL,},
+		128, NULL,},
 	/* host->target WMI */
 	{/*CE3*/ (CE_ATTR_FLAGS), 0, 32, 2048, 0, NULL,},
 	/* host->target HTT */