Signed-off-by: Chris Metcalf <[email protected]>
---
drivers/net/ethernet/tile/tilegx.c | 1 -
drivers/net/ethernet/tile/tilepro.c | 3 ---
2 files changed, 4 deletions(-)
diff --git a/drivers/net/ethernet/tile/tilegx.c
b/drivers/net/ethernet/tile/tilegx.c
index 6696807..dc45a2f 100644
--- a/drivers/net/ethernet/tile/tilegx.c
+++ b/drivers/net/ethernet/tile/tilegx.c
@@ -1959,7 +1959,6 @@ static void tile_net_setup(struct net_device *dev)
ether_setup(dev);
dev->netdev_ops = &tile_net_ops;
dev->watchdog_timeo = TILE_NET_TIMEOUT;
- dev->features |= NETIF_F_LLTX;
dev->features |= NETIF_F_HW_CSUM;
dev->features |= NETIF_F_SG;
dev->features |= NETIF_F_TSO;
diff --git a/drivers/net/ethernet/tile/tilepro.c
b/drivers/net/ethernet/tile/tilepro.c
index ba40ecd..874c7eb 100644
--- a/drivers/net/ethernet/tile/tilepro.c
+++ b/drivers/net/ethernet/tile/tilepro.c
@@ -2257,9 +2257,6 @@ static void tile_net_setup(struct net_device *dev)
dev->watchdog_timeo = TILE_NET_TIMEOUT;
- /* We want lockless xmit. */
- dev->features |= NETIF_F_LLTX;
-
/* We support hardware tx checksums. */
dev->features |= NETIF_F_HW_CSUM;
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/