Re: [PATCH] Use newer is_multicast_ether_addr() in some files

2006-01-06 Thread David S. Miller
From: "Kris Katterjohn" <[EMAIL PROTECTED]> Date: Fri, 6 Jan 2006 13:01:54 -0800 > From: Patrick McHardy > Sent: 1/6/2006 12:52:34 PM > > > Randy.Dunlap wrote: > > > On Fri, 6 Jan 2006, Patrick McHardy wrote: > > > > > >>>--- x/net/atm/br2684.c 2006-01-02 21:21:10.0 -0600 > > >>>+++ y/

Re: [PATCH] Use newer is_multicast_ether_addr() in some files

2006-01-06 Thread Kris Katterjohn
From: Patrick McHardy Sent: 1/6/2006 12:52:34 PM > Randy.Dunlap wrote: > > On Fri, 6 Jan 2006, Patrick McHardy wrote: > > > >>>--- x/net/atm/br2684.c 2006-01-02 21:21:10.0 -0600 > >>>+++ y/net/atm/br2684.c 2006-01-06 12:34:47.0 -0600 > >>>@@ -295,7 +295,7 @@ static inline

Re: [PATCH] Use newer is_multicast_ether_addr() in some files

2006-01-06 Thread Patrick McHardy
Randy.Dunlap wrote: On Fri, 6 Jan 2006, Patrick McHardy wrote: --- x/net/atm/br2684.c 2006-01-02 21:21:10.0 -0600 +++ y/net/atm/br2684.c 2006-01-06 12:34:47.0 -0600 @@ -295,7 +295,7 @@ static inline __be16 br_type_trans(struc unsigned char *rawp; eth = eth_hdr(

Re: [PATCH] Use newer is_multicast_ether_addr() in some files

2006-01-06 Thread Randy.Dunlap
On Fri, 6 Jan 2006, Patrick McHardy wrote: > Kris Katterjohn wrote: > > This uses is_multicast_ether_addr() because it has recently been changed to > > do > > the same thing these seperate tests are doing. > > > --- x/net/atm/br2684.c 2006-01-02 21:21:10.0 -0600 > > +++ y/net/atm/br2

Re: [PATCH] Use newer is_multicast_ether_addr() in some files

2006-01-06 Thread Patrick McHardy
Kris Katterjohn wrote: This uses is_multicast_ether_addr() because it has recently been changed to do the same thing these seperate tests are doing. --- x/net/atm/br2684.c 2006-01-02 21:21:10.0 -0600 +++ y/net/atm/br2684.c 2006-01-06 12:34:47.0 -0600 @@ -295,7 +295,7 @@ stati

[PATCH] Use newer is_multicast_ether_addr() in some files

2006-01-06 Thread Kris Katterjohn
This uses is_multicast_ether_addr() because it has recently been changed to do the same thing these seperate tests are doing. Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> Thanks! --- x/net/atm/br2684.c 2006-01-02 21:21:10.0 -0600 +++ y/net/atm/br2684.c 2006-01-06 12:34:47.000