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

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

Merge "msm: ipa: fix ipa_disable_apps_wan_cons_deaggr declaration"

parents 219108d0 35a816d0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2539,7 +2539,8 @@ static inline int ipa_release_wdi_mapping(u32 num_buffers,
	return -EINVAL;
}

static inline int ipa_disable_apps_wan_cons_deaggr(void)
static inline int ipa_disable_apps_wan_cons_deaggr(uint32_t agg_size,
		uint32_t agg_count)
{
	return -EINVAL;
}