Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

6lowpan: Don't set IFF_NO_QUEUE

There is no point in setting IFF_NO_QUEUE should already have taken
care of setting it if tx_queue_len is not set, in fact this may
actually disable queue for interfaces that require it and do set
tx_queue_len.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

authored by

Luiz Augusto von Dentz and committed by
Marcel Holtmann
24dcbf66 03732141

-1
-1
net/6lowpan/core.c
··· 35 35 36 36 dev->type = ARPHRD_6LOWPAN; 37 37 dev->mtu = IPV6_MIN_MTU; 38 - dev->priv_flags |= IFF_NO_QUEUE; 39 38 40 39 lowpan_dev(dev)->lltype = lltype; 41 40