ieee802154: 6lowpan: set IFF_NO_QUEUE
authorAlexander Aring <aring@mojatatu.com>
Mon, 12 Feb 2018 03:50:46 +0000 (22:50 -0500)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 14 Feb 2018 15:21:27 +0000 (16:21 +0100)
commitee6f4a5ad806a13b6b26b6699bb5562c08148280
tree982923a2d4bb6dcb6c9e7d645fd03c4549856900
parent77079683617b60387ad23e91cc5b82693b3075ab
ieee802154: 6lowpan: set IFF_NO_QUEUE

This patch sets the IFF_NO_QUEUE for IEEE 802.15.4 6lowpan interfaces. As
commit 24dcbf662205 ("6lowpan: Don't set IFF_NO_QUEUE") removes it for
"reasons" from the bluetooth 6lowpan subsystem. In IEEE 802.15.4 the lower
interface deals with one qdisc for the real hardware, 6LoWPAN does the
protocol adaption only and no second queuing on top.

Signed-off-by: Alexander Aring <aring@mojatatu.com>
Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
net/ieee802154/6lowpan/core.c