tile: remove deprecated NETIF_F_LLTX flag from tile drivers

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Chris Metcalf
2013-08-01 11:36:42 -04:00
committed by David S. Miller
부모 4aa02644b9
커밋 84e181ba36
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@@ -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;

파일 보기

@@ -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;