Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87dae55f authored by Amit Mehta's avatar Amit Mehta Committed by Madan Koyyalamudi
Browse files

qcacmn: WMI CE buffer size update to 3520 Bytes

Update WMI CE buffer size to 3520 Bytes to support
large frame size on QCA6490.

Change-Id: I1f3326f40bf18dda6010def57ea7f2e0961bc725
CRs-Fixed: 3036932
parent 5c6b2ee5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1263,7 +1263,7 @@ static struct CE_attr host_ce_config_wlan_qca6490[] = {
	/* target->host HTT + HTC control */
	{ /* CE1 */ CE_ATTR_FLAGS, 0, 0,  2048, 512, NULL,},
	/* target->host WMI */
	{ /* CE2 */ CE_ATTR_FLAGS, 0, 0,  3200, 64, NULL,},
	{ /* CE2 */ CE_ATTR_FLAGS, 0, 0,  3520, 64, NULL,},
	/* host->target WMI */
	{ /* CE3 */ CE_ATTR_FLAGS, 0, 32, 2048, 0, NULL,},
	/* host->target HTT */
@@ -1288,7 +1288,7 @@ static struct CE_pipe_config target_ce_config_wlan_qca6490[] = {
	/* target->host HTT */
	{ /* CE1 */ 1, PIPEDIR_IN,  32, 2048, CE_ATTR_FLAGS, 0,},
	/* target->host WMI  + HTC control */
	{ /* CE2 */ 2, PIPEDIR_IN,  32, 3200, CE_ATTR_FLAGS, 0,},
	{ /* CE2 */ 2, PIPEDIR_IN,  32, 3520, CE_ATTR_FLAGS, 0,},
	/* host->target WMI */
	{ /* CE3 */ 3, PIPEDIR_OUT, 32, 2048, CE_ATTR_FLAGS, 0,},
	/* host->target HTT */