From: Antonio Quartulli Date: Fri, 20 May 2011 23:33:07 +0000 (+0200) Subject: batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr) X-Git-Tag: v3.1-rc1~316^2~412^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e92bc8d6366ebe477cab23199b9f50328d326a;p=pandora-kernel.git 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 Acked-by: Sven Eckelmann Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed