batman-adv: add per VLAN interface attribute framework
[firefly-linux-kernel-4.4.55.git] / net / batman-adv / soft-interface.h
index 2f2472c2ea0d91aae4b50314ee1171928c5024ee..16d9be6df647cce9ad9901ebeade3fcc194bad56 100644 (file)
@@ -28,5 +28,6 @@ struct net_device *batadv_softif_create(const char *name);
 void batadv_softif_destroy_sysfs(struct net_device *soft_iface);
 int batadv_softif_is_valid(const struct net_device *net_dev);
 extern struct rtnl_link_ops batadv_link_ops;
+int batadv_softif_create_vlan(struct batadv_priv *bat_priv, unsigned short vid);
 
 #endif /* _NET_BATMAN_ADV_SOFT_INTERFACE_H_ */