Project

General

Profile

Bug #179 » 0001-batman-adv-Init-and-use-batman-interface-with-correc.patch

Florian Steinel, 08/09/2015 12:08 AM

View differences:

net/batman-adv/soft-interface.c
dev->netdev_ops = &batadv_netdev_ops;
dev->destructor = batadv_softif_free;
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_NETNS_LOCAL;
dev->tx_queue_len = 0;
/* can't call min_mtu, because the needed variables
(3-3/4)