aboutsummaryrefslogtreecommitdiffstats
path: root/net/netrom
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-09-12 14:25:57 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-12 14:25:57 -0700
commitdd8aa40431d2776ef72fd36aab6a6a6bf0f45967 (patch)
tree081f46b8d64cc4761597da4b5909c564c9faad5d /net/netrom
parent[AX.25]: Reformat ax25_proto_ops initialization (diff)
downloadlinux-dev-dd8aa40431d2776ef72fd36aab6a6a6bf0f45967.tar.xz
linux-dev-dd8aa40431d2776ef72fd36aab6a6a6bf0f45967.zip
[NETROM] NET/ROM has no txqueue
NET/ROM uses virtual interfaces so setting a queue length is wrong. Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netrom')
-rw-r--r--net/netrom/nr_dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netrom/nr_dev.c b/net/netrom/nr_dev.c
index 4c6a9851ca6e..0559cc07ecd8 100644
--- a/net/netrom/nr_dev.c
+++ b/net/netrom/nr_dev.c
@@ -194,7 +194,6 @@ void nr_setup(struct net_device *dev)
dev->hard_header_len = NR_NETWORK_LEN + NR_TRANSPORT_LEN;
dev->addr_len = AX25_ADDR_LEN;
dev->type = ARPHRD_NETROM;
- dev->tx_queue_len = 40;
dev->rebuild_header = nr_rebuild_header;
dev->set_mac_address = nr_set_mac_address;