diff options
Diffstat (limited to 'net/batman-adv/soft-interface.c')
| -rw-r--r-- | net/batman-adv/soft-interface.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 2711e870f55..7188e07dfc6 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c @@ -37,6 +37,7 @@  #include <linux/if_ether.h>  #include "unicast.h"  #include "bridge_loop_avoidance.h" +#include "network-coding.h"  static int batadv_get_settings(struct net_device *dev, struct ethtool_cmd *cmd); @@ -544,6 +545,8 @@ struct net_device *batadv_softif_create(const char *name)  	if (ret < 0)  		goto unreg_soft_iface; +	batadv_nc_init_bat_priv(bat_priv); +  	ret = batadv_sysfs_add_meshif(soft_iface);  	if (ret < 0)  		goto unreg_soft_iface;  |