qcacmn: Increase CE2 count to 128 for QCN9000

Increase destination CE2 buffer count to 128 for
QCN9000.

Change-Id: I4b497c385e461d093da5fa5ed03e2aa299dfb1f9
This commit is contained in:
Nandha Kishore Easwaran
2020-03-19 13:22:53 +05:30
committed by nshrivas
parent aceafadc2e
commit e6ffcdabce

View File

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