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

Commit 5edda6d6 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 32ca3f63 c6a9c556
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2483,7 +2483,8 @@ static inline int ipa_release_wdi_mapping(u32 num_buffers,
	return -EINVAL;
	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;
	return -EINVAL;
}
}