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

Commit 2082499a authored by David S. Miller's avatar David S. Miller
Browse files

dummy: Remove references to NETIF_F_UFO.



It is going away.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d591a1f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ static void dummy_setup(struct net_device *dev)
	dev->flags &= ~IFF_MULTICAST;
	dev->priv_flags |= IFF_LIVE_ADDR_CHANGE | IFF_NO_QUEUE;
	dev->features	|= NETIF_F_SG | NETIF_F_FRAGLIST;
	dev->features	|= NETIF_F_ALL_TSO | NETIF_F_UFO;
	dev->features	|= NETIF_F_ALL_TSO;
	dev->features	|= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX;
	dev->features	|= NETIF_F_GSO_ENCAP_ALL;
	dev->hw_features |= dev->features;