diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-12 17:25:57 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2005-09-12 17:25:57 -0400 |
| commit | dd8aa40431d2776ef72fd36aab6a6a6bf0f45967 (patch) | |
| tree | 081f46b8d64cc4761597da4b5909c564c9faad5d | |
| parent | 4676356b57ee767d5a95df8270f5c372b838dd33 (diff) | |
[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>
| -rw-r--r-- | net/netrom/nr_dev.c | 1 |
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) | |||
| 194 | dev->hard_header_len = NR_NETWORK_LEN + NR_TRANSPORT_LEN; | 194 | dev->hard_header_len = NR_NETWORK_LEN + NR_TRANSPORT_LEN; |
| 195 | dev->addr_len = AX25_ADDR_LEN; | 195 | dev->addr_len = AX25_ADDR_LEN; |
| 196 | dev->type = ARPHRD_NETROM; | 196 | dev->type = ARPHRD_NETROM; |
| 197 | dev->tx_queue_len = 40; | ||
| 198 | dev->rebuild_header = nr_rebuild_header; | 197 | dev->rebuild_header = nr_rebuild_header; |
| 199 | dev->set_mac_address = nr_set_mac_address; | 198 | dev->set_mac_address = nr_set_mac_address; |
| 200 | 199 | ||
