summaryrefslogtreecommitdiff
path: root/hif
diff options
context:
space:
mode:
authorKiran Venkatappa <kiranv@codeaurora.org>2017-12-05 11:29:12 +0530
committersnandini <snandini@codeaurora.org>2017-12-11 11:25:08 -0800
commitca1b9f8769b5f160225e85a94d15b2b859c18807 (patch)
tree2e240bdf33e2d1ee54b695eadd9c33cb4e5edad4 /hif
parent47876f618c83b67d46b9983ebb5d47a383ca3ed9 (diff)
downloadqca-wfi-host-cmn-ca1b9f8769b5f160225e85a94d15b2b859c18807.tar.gz
qcacmn: Increase WMI event ring size for HK
WMI event pipe is shared between multiple pdev and it needs be big enough to support events from 16+16 vaps. Increase it to 256 considering 128 used in older chipsets to support 16 VAPs for single pdev. Change-Id: I7a1d8915c7c9a1916fb10408678f49e42147b189 CRs-Fixed: 2153720
Diffstat (limited to 'hif')
-rw-r--r--hif/src/ce/ce_assignment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hif/src/ce/ce_assignment.h b/hif/src/ce/ce_assignment.h
index 31bcbf928..e37322416 100644
--- a/hif/src/ce/ce_assignment.h
+++ b/hif/src/ce/ce_assignment.h
@@ -562,7 +562,7 @@ static struct CE_attr host_ce_config_wlan_qca8074[] = {
/* target->host HTT + HTC control */
{ /* CE1 */ CE_ATTR_FLAGS, 0, 0, 2048, 512, NULL,},
/* target->host WMI */
- { /* CE2 */ CE_ATTR_FLAGS, 0, 0, 2048, 32, NULL,},
+ { /* CE2 */ CE_ATTR_FLAGS, 0, 0, 2048, 256, NULL,},
/* host->target WMI (mac0) */
{ /* CE3 */ CE_ATTR_FLAGS, 0, 32, 2048, 0, NULL,},
/* host->target HTT */
@@ -617,7 +617,7 @@ static struct CE_attr host_ce_config_wlan_qca8074_pci[] = {
/* target->host HTT + HTC control */
{ /* CE1 */ EPPING_CE_FLAGS_POLL, 0, 0, 2048, 512, NULL,},
/* target->host WMI */
- { /* CE2 */ EPPING_CE_FLAGS_POLL, 0, 0, 2048, 32, NULL,},
+ { /* CE2 */ EPPING_CE_FLAGS_POLL, 0, 0, 2048, 256, NULL,},
/* host->target WMI (mac0) */
{ /* CE3 */ EPPING_CE_FLAGS_POLL, 0, 32, 2048, 0, NULL,},
/* host->target HTT */