drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr
authorTobias Klauser <tklauser@distanz.ch>
Thu, 7 Jul 2011 22:06:26 +0000 (22:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Jul 2011 16:03:20 +0000 (09:03 -0700)
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: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found