]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)
authorAntonio Quartulli <ordex@autistici.org>
Fri, 20 May 2011 23:33:07 +0000 (01:33 +0200)
committerSven Eckelmann <sven@narfation.org>
Mon, 30 May 2011 05:39:36 +0000 (07:39 +0200)
commit0c98634586fc6b7cded338fdea721d4ff8122e95
tree7488776fd7af5f7c1f3e2a3431d0c4829605b5c4
parentdf81650ee42ac16d8bd62c0f8f8c3338d3efdf84
batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)

Instead of comparing mac addresses with the broadcast address by means
of compare_eth(), the is_broadcast_ether_addr() kernel function has to be
used.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Acked-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/routing.c