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

Commit 84e181ba authored by Chris Metcalf's avatar Chris Metcalf Committed by David S. Miller
Browse files

tile: remove deprecated NETIF_F_LLTX flag from tile drivers

parent 4aa02644
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1963,7 +1963,6 @@ static void tile_net_setup(struct net_device *dev)
	dev->watchdog_timeo = TILE_NET_TIMEOUT;
	dev->watchdog_timeo = TILE_NET_TIMEOUT;
	dev->mtu = 1500;
	dev->mtu = 1500;


	features |= NETIF_F_LLTX;
	features |= NETIF_F_HW_CSUM;
	features |= NETIF_F_HW_CSUM;
	features |= NETIF_F_SG;
	features |= NETIF_F_SG;
	features |= NETIF_F_TSO;
	features |= NETIF_F_TSO;
+0 −1
Original line number Original line Diff line number Diff line
@@ -2253,7 +2253,6 @@ static void tile_net_setup(struct net_device *dev)
	dev->tx_queue_len = TILE_NET_TX_QUEUE_LEN;
	dev->tx_queue_len = TILE_NET_TX_QUEUE_LEN;
	dev->mtu = TILE_NET_MTU;
	dev->mtu = TILE_NET_MTU;


	features |= NETIF_F_LLTX;
	features |= NETIF_F_HW_CSUM;
	features |= NETIF_F_HW_CSUM;
	features |= NETIF_F_SG;
	features |= NETIF_F_SG;