aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/hard-interface.c')
-rw-r--r--net/batman-adv/hard-interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/hard-interface.c b/net/batman-adv/hard-interface.c
index 06f8d63d741d..6131d932b638 100644
--- a/net/batman-adv/hard-interface.c
+++ b/net/batman-adv/hard-interface.c
@@ -163,8 +163,8 @@ static void check_known_mac_addr(const struct net_device *net_dev)
163 if (hard_iface->net_dev == net_dev) 163 if (hard_iface->net_dev == net_dev)
164 continue; 164 continue;
165 165
166 if (!compare_eth(hard_iface->net_dev->dev_addr, 166 if (!batadv_compare_eth(hard_iface->net_dev->dev_addr,
167 net_dev->dev_addr)) 167 net_dev->dev_addr))
168 continue; 168 continue;
169 169
170 pr_warn("The newly added mac address (%pM) already exists on: %s\n", 170 pr_warn("The newly added mac address (%pM) already exists on: %s\n",