From: "Kris Katterjohn" <[EMAIL PROTECTED]> Date: Mon, 9 Jan 2006 11:48:49 -0800
> This changes some memcmp(one,two,ETH_ALEN) to compare_ether_addr(one,two). > > Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> Patch doesn't apply, in fact due to a patch you merged to me the other day :-) > --- x/net/atm/br2684.c 2006-01-02 21:21:10.000000000 -0600 > +++ y/net/atm/br2684.c 2006-01-09 12:53:37.000000000 -0600 > @@ -296,13 +296,13 @@ static inline __be16 br_type_trans(struc > eth = eth_hdr(skb); > > if (*eth->h_dest & 1) { This now uses is_multicast_ether_addr(). Please resubmit your patch against current GIT, thanks. - 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