diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c index 07f23ba31ad43df4630690b6ab1ae3df4e2b0b01..90ae6f0c30f325fbf849971df9869ea6b0dc02e1 100644 --- a/net/batman-adv/routing.c +++ b/net/batman-adv/routing.c @@ -661,7 +661,7 @@ void receive_bat_packet(const struct ethhdr *ethhdr, hard_iface->net_dev->dev_addr)) is_my_oldorig = 1; - if (compare_eth(ethhdr->h_source, broadcast_addr)) + if (is_broadcast_ether_addr(ethhdr->h_source)) is_broadcast = 1; } rcu_read_unlock();