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

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

Merge "ath10k: Fix dst CE ring configuration for CE5"

parents 954d1c4a 54a3d52e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -107,8 +107,8 @@ static struct ce_attr host_ce_config_wlan[] = {
	{
		.flags = CE_ATTR_FLAGS,
		.src_nentries = 0,
		.src_sz_max = 512,
		.dest_nentries = 512,
		.src_sz_max = 0,
		.dest_nentries = 0,
		.recv_cb = ath10k_snoc_htt_rx_cb,
	},