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

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

Merge "net: rmnet_data: add support to UL checksum offload for IPv6 over UDP"

parents 7d55b839 506aa8ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -593,7 +593,8 @@ int rmnet_vnd_create_dev(int id, struct net_device **new_device,

	if (!prefix) {
		/* Configuring UL checksum offload on rmnet_data interfaces */
		dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;
		dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
			NETIF_F_IPV6_UDP_CSUM;
	}

	rc = register_netdevice(dev);