Skip to content

Commit

Permalink
tile: remove deprecated NETIF_F_LLTX flag from tile drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Chris Metcalf authored and David S. Miller committed Aug 1, 2013
1 parent 4aa0264 commit 84e181b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/net/ethernet/tile/tilegx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,6 @@ static void tile_net_setup(struct net_device *dev)
dev->watchdog_timeo = TILE_NET_TIMEOUT;
dev->mtu = 1500;

features |= NETIF_F_LLTX;
features |= NETIF_F_HW_CSUM;
features |= NETIF_F_SG;
features |= NETIF_F_TSO;
Expand Down
1 change: 0 additions & 1 deletion drivers/net/ethernet/tile/tilepro.c
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,6 @@ static void tile_net_setup(struct net_device *dev)
dev->tx_queue_len = TILE_NET_TX_QUEUE_LEN;
dev->mtu = TILE_NET_MTU;

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

Expand Down

0 comments on commit 84e181b

Please sign in to comment.