On Thu, 13 Aug 2015 19:01:06 +0200
Phil Sutter wrote:
> This private net_device flag can be set by drivers to inform that a
> device runs fine without a qdisc attached. This was formerly done by
> setting tx_queue_len to zero.
>
> Signed-off-by: Phil Sutter
Acked-by: Jesper Dangaard Brouer
-
This private net_device flag can be set by drivers to inform that a
device runs fine without a qdisc attached. This was formerly done by
setting tx_queue_len to zero.
Signed-off-by: Phil Sutter
---
include/linux/netdevice.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/linux/net