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

Commit 0179afec authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa4: Fix to configure pending packelist WAN consumer pipe"

parents 4d825a6f 9ac315ee
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1216,7 +1216,7 @@ static int ipa_setup_coal_def_pipe(struct ipa_sys_connect_params *sys_in,
{
	struct ipa3_ep_context *ep;
	int result = -EINVAL;
	int ipa_ep_idx;
	int ipa_ep_idx, i;

	ipa_ep_idx = ipa3_get_ep_mapping(sys_in->client);

@@ -1300,6 +1300,9 @@ static int ipa_setup_coal_def_pipe(struct ipa_sys_connect_params *sys_in,
	ep->sys->repl = ep_coalescing->sys->repl;
	ipa3_replenish_rx_cache(ep->sys);

	for (i = 0; i < GSI_VEID_MAX; i++)
		INIT_LIST_HEAD(&ep->sys->pending_pkts[i]);

	ipa3_ctx->skip_ep_cfg_shadow[ipa_ep_idx] = ep->skip_ep_cfg;

	result = ipa3_enable_data_path(ipa_ep_idx);