Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chris Metcalf and committed by
David S. Miller
84e181ba 4aa02644

-2
-1
drivers/net/ethernet/tile/tilegx.c
··· 1963 1963 dev->watchdog_timeo = TILE_NET_TIMEOUT; 1964 1964 dev->mtu = 1500; 1965 1965 1966 - features |= NETIF_F_LLTX; 1967 1966 features |= NETIF_F_HW_CSUM; 1968 1967 features |= NETIF_F_SG; 1969 1968 features |= NETIF_F_TSO;
-1
drivers/net/ethernet/tile/tilepro.c
··· 2253 2253 dev->tx_queue_len = TILE_NET_TX_QUEUE_LEN; 2254 2254 dev->mtu = TILE_NET_MTU; 2255 2255 2256 - features |= NETIF_F_LLTX; 2257 2256 features |= NETIF_F_HW_CSUM; 2258 2257 features |= NETIF_F_SG; 2259 2258