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

Commit 74d80695 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: Add NETIF_F_SG to RMNET_IPA's hw features"

parents 27cb7602 dcd1ef4f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2040,6 +2040,10 @@ static int ipa_wwan_probe(struct platform_device *pdev)
		goto set_perf_err;
	/* IPA_RM configuration ends */

	/* Enable SG support in netdevice. */
	if (ipa_rmnet_res.ipa_advertise_sg_support)
		dev->hw_features |= NETIF_F_SG;

	ret = register_netdev(dev);
	if (ret) {
		IPAWANERR("unable to register ipa_netdev %d rc=%d\n",