]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/batman-adv/hard-interface.c
net: add possibility to pass information about upper device via notifier
[mirror_ubuntu-artful-kernel.git] / net / batman-adv / hard-interface.c
index a7f4f1085dbb679cd254d88b096a5551a4672662..aa8867e1d9839b957790157aaaf4dc3fa53c69f6 100644 (file)
@@ -465,7 +465,7 @@ int batadv_hardif_enable_interface(struct batadv_hard_iface *hard_iface,
        bat_priv = netdev_priv(hard_iface->soft_iface);
 
        ret = netdev_master_upper_dev_link(hard_iface->net_dev,
-                                          soft_iface, NULL);
+                                          soft_iface, NULL, NULL);
        if (ret)
                goto err_dev;