|
@@ -254,7 +254,7 @@ static inline void batadv_dbg(int type __always_unused,
|
|
|
|
|
|
/* returns 1 if they are the same ethernet addr
|
|
/* 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)
|
|
static inline int batadv_compare_eth(const void *data1, const void *data2)
|
|
{
|
|
{
|