ath10k: Fix dst CE ring configuration for CE5

CE5 ring is not used in current configuration for
WCN3990 chipset. Set the entries to zero to avoid
unnecessary allocation during driver load.

CRs-Fixed: 2082022
Change-Id: I992f0fb3b5c2bc6d6fd067bb23e67b23a12ffdb7
Signed-off-by: Govind Singh <govinds@codeaurora.org>
This commit is contained in:
Govind Singh 2017-07-25 15:38:00 +05:30
parent ae7bcf3abc
commit 54a3d52e88

View file

@ -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,
},