]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/batman-adv/hard-interface.c
batman-adv: Prefix main static inline functions with batadv_
[mirror_ubuntu-bionic-kernel.git] / net / batman-adv / hard-interface.c
index 06f8d63d741de3b684f6ef51dfc6b0fda05c2aec..6131d932b63805657d94628ffc4af6542a0fb61f 100644 (file)
@@ -163,8 +163,8 @@ static void check_known_mac_addr(const struct net_device *net_dev)
                if (hard_iface->net_dev == net_dev)
                        continue;
 
-               if (!compare_eth(hard_iface->net_dev->dev_addr,
-                                net_dev->dev_addr))
+               if (!batadv_compare_eth(hard_iface->net_dev->dev_addr,
+                                       net_dev->dev_addr))
                        continue;
 
                pr_warn("The newly added mac address (%pM) already exists on: %s\n",