Skip to content
Commit 498d8e23 authored by Tobias Klauser's avatar Tobias Klauser Committed by David S. Miller
Browse files

drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr



There is no need to check for the address being a multicast address in
the netdev_for_each_mc_addr loop, so remove it. This patch covers all
remaining network drivers still containing such a check.

Cc: Joe Perches <joe@perches.com>
Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 40f5d72a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment