Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
>---------------------------------------------------------------
commit d9316dd4b58cddbf1919a13cbddb67d2f98f3199
Author: Joe Perches <joe(a)perches.com>
Date: Sun Sep 1 15:45:08 2013 -0700
batman: Remove reference to compare_ether_addr
This function is being removed, rename the reference.
Signed-off-by: Joe Perches <joe(a)perches.com>
Acked-by: Antonio Quartulli <ordex(a)autistici.org>
Signed-off-by: Marek Lindner <lindner_marek(a)yahoo.de>
>---------------------------------------------------------------
d9316dd4b58cddbf1919a13cbddb67d2f98f3199
main.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h
index 70474ff..37a5bd7 100644
--- a/main.h
+++ b/main.h
@@ -256,7 +256,7 @@ static inline void batadv_dbg(int type __always_unused,
/* returns 1 if they are the same ethernet addr
*
- * note: can't use compare_ether_addr() as it requires aligned memory
+ * note: can't use ether_addr_equal() as it requires aligned memory
*/
static inline int batadv_compare_eth(const void *data1, const void *data2)
{