summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/batman-adv/soft-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c
index 51cda3a7c51d..49d3d3aa59cb 100644
--- a/net/batman-adv/soft-interface.c
+++ b/net/batman-adv/soft-interface.c
@@ -941,7 +941,7 @@ static void batadv_softif_init_early(struct net_device *dev)
941 dev->netdev_ops = &batadv_netdev_ops; 941 dev->netdev_ops = &batadv_netdev_ops;
942 dev->destructor = batadv_softif_free; 942 dev->destructor = batadv_softif_free;
943 dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER; 943 dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
944 dev->tx_queue_len = 0; 944 dev->priv_flags |= IFF_NO_QUEUE;
945 945
946 /* can't call min_mtu, because the needed variables 946 /* can't call min_mtu, because the needed variables
947 * have not been initialized yet 947 * have not been initialized yet