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

Commit 2811cf73 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ath10k: Increase the ring size of the CE4 ring"

parents e1e51328 0fcd027f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,8 +96,8 @@ static struct ce_attr host_ce_config_wlan[] = {
	/* CE4: host->target HTT */
	{
		.flags = CE_ATTR_FLAGS | CE_ATTR_DIS_INTR,
		.src_nentries = 256,
		.src_sz_max = 256,
		.src_nentries = 2048,
		.src_sz_max = 2048,
		.dest_nentries = 0,
		.send_cb = ath10k_snoc_htt_tx_cb,
	},