From 44e92bc8d6366ebe477cab23199b9f50328d326a Mon Sep 17 00:00:00 2001 From: Antonio Quartulli Date: Sat, 21 May 2011 01:33:07 +0200 Subject: [PATCH] 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-format-patch failed