From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Tue, 3 Jan 2006 14:51:22 -0800

> The GIT history I found was:
> 
> 0. originally is_valid_ether() did !((addr[0] & 1) || is_zero_addr(addr))
> 1. is_multicast_addr separated from is_valid_ether
> 2. Jeff introduced the (addr[0] != 0xff) as part of some ipw2200 wireless 
> merge.
> 
> The only two usages of is_multicast_ether_addr() are
> is_valid_ether() and ipw2200/ieee80211 and both should be fine.

Ok, makes sense, applied.

> Ipw2200/ieee80211 could be simplified as in:

I'll apply this too, thanks a lot Stephen.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to