Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information