提交 84e181ba 编写于 作者: C Chris Metcalf 提交者: David S. Miller

tile: remove deprecated NETIF_F_LLTX flag from tile drivers

Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4aa02644
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册