Skip to content

Commit

Permalink
[NETROM] NET/ROM has no txqueue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Baechle authored and David S. Miller committed Sep 12, 2005
1 parent 4676356 commit dd8aa40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/netrom/nr_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit dd8aa40

Please sign in to comment.