From 6bfc53c80bdc59b854d3b230ae9b0fdbe86e081f Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 13 Feb 2004 05:33:41 -0800 Subject: [PATCH] Cset exclude: davem@nuts.davemloft.net|ChangeSet|20040212080313|45938 --- net/ipv4/ip_gre.c | 2 -- net/ipv4/ipip.c | 2 -- net/ipv6/sit.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c index 2ec2c7ffb9de..e33f1cd2812b 100644 --- a/net/ipv4/ip_gre.c +++ b/net/ipv4/ip_gre.c @@ -276,7 +276,6 @@ static struct ip_tunnel * ipgre_tunnel_locate(struct ip_tunnel_parm *parms, int return NULL; dev->init = ipgre_tunnel_init; - dev->tx_queue_len = 1; nt = dev->priv; nt->parms = *parms; @@ -1270,7 +1269,6 @@ int __init ipgre_init(void) } ipgre_fb_tunnel_dev->init = ipgre_fb_tunnel_init; - ipgre_fb_tunnel_dev->tx_queue_len = 1; if ((err = register_netdev(ipgre_fb_tunnel_dev))) goto fail; diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index d2553fd38556..0b7e4b21bdfe 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c @@ -246,7 +246,6 @@ static struct ip_tunnel * ipip_tunnel_locate(struct ip_tunnel_parm *parms, int c nt = dev->priv; SET_MODULE_OWNER(dev); dev->init = ipip_tunnel_init; - dev->tx_queue_len = 1; dev->destructor = free_netdev; nt->parms = *parms; @@ -893,7 +892,6 @@ int __init ipip_init(void) } ipip_fb_tunnel_dev->init = ipip_fb_tunnel_init; - ipip_fb_tunnel_dev->tx_queue_len = 1; if ((err = register_netdev(ipip_fb_tunnel_dev))) goto fail; diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index 58598d6d3e09..13c993e164ab 100644 --- a/net/ipv6/sit.c +++ b/net/ipv6/sit.c @@ -184,7 +184,6 @@ static struct ip_tunnel * ipip6_tunnel_locate(struct ip_tunnel_parm *parms, int nt = dev->priv; dev->init = ipip6_tunnel_init; - dev->tx_queue_len = 1; nt->parms = *parms; if (register_netdevice(dev) < 0) { @@ -833,7 +832,6 @@ int __init sit_init(void) } ipip6_fb_tunnel_dev->init = ipip6_fb_tunnel_init; - ipip6_fb_tunnel_dev->tx_queue_len = 1; if ((err = register_netdev(ipip6_fb_tunnel_dev))) goto fail; -- 2.39.5