[IEEE80211] ipw2200: Simplify multicast checks.
authorStephen Hemminger <shemminger@osdl.org>
Tue, 3 Jan 2006 23:27:38 +0000 (15:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2006 23:27:38 +0000 (15:27 -0800)
From: Stephen Hemminger <shemminger@osdl.org>

is_multicast_ether_addr() accepts broadcast too, so the
is_broadcast_ether_addr() calls are redundant.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found