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

This commit is contained in:
Linux Build Service Account 2017-07-28 00:21:09 -07:00 committed by Gerrit - the friendly Code Review server
commit 769a4cebb1

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