[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>
This commit is contained in:
Родитель
4676356b57
Коммит
dd8aa40431
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче