|
@@ -1050,6 +1050,7 @@ static void batadv_softif_init_early(struct net_device *dev)
|
|
dev->needs_free_netdev = true;
|
|
dev->needs_free_netdev = true;
|
|
dev->priv_destructor = batadv_softif_free;
|
|
dev->priv_destructor = batadv_softif_free;
|
|
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_NETNS_LOCAL;
|
|
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_NETNS_LOCAL;
|
|
|
|
+ dev->features |= NETIF_F_LLTX;
|
|
dev->priv_flags |= IFF_NO_QUEUE;
|
|
dev->priv_flags |= IFF_NO_QUEUE;
|
|
|
|
|
|
/* can't call min_mtu, because the needed variables
|
|
/* can't call min_mtu, because the needed variables
|