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

Commit 1dc0271b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: fix the GRO agg_count error"

parents 49a62608 29329e1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2420,7 +2420,7 @@ int ipa_disable_apps_wan_cons_deaggr(uint32_t agg_size, uint32_t agg_count)
	int ret;

	IPA_API_DISPATCH_RETURN(ipa_disable_apps_wan_cons_deaggr, agg_size,
		agg_size);
		agg_count);

	return ret;
}