qcacmn: Increase CE2 ring size
Increase CE2 ring size to reduce backpressure on this ring. Change-Id: I4720c136f8bb1e978445d28ec9265aeb0e254ccd CRs-Fixed: 3211080
This commit is contained in:

committed by
Madan Koyyalamudi

父節點
7d3cd845de
當前提交
448f3ad74c
@@ -1473,7 +1473,7 @@ static struct CE_attr host_ce_config_wlan_kiwi[] = {
|
||||
/* target->host HTT + HTC control */
|
||||
{ /* CE1 */ CE_ATTR_FLAGS, 0, 0, 2048, 512, NULL,},
|
||||
/* target->host WMI */
|
||||
{ /* CE2 */ CE_ATTR_FLAGS, 0, 0, 3520, 64, NULL,},
|
||||
{ /* CE2 */ CE_ATTR_FLAGS, 0, 0, 3520, 256, NULL,},
|
||||
/* host->target WMI */
|
||||
{ /* CE3 */ CE_ATTR_FLAGS, 0, 32, 3520, 0, NULL,},
|
||||
/* host->target HTT */
|
||||
|
Reference in New Issue
Block a user