[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110112.184501.00455226.davem@davemloft.net>
Date: Wed, 12 Jan 2011 18:45:01 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: cmetcalf@...era.com
Cc: tklauser@...tanz.ch, netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] netdev: tilepro: Use
is_multicast_ether_addr helper
From: Chris Metcalf <cmetcalf@...era.com>
Date: Wed, 12 Jan 2011 12:49:03 -0500
> On 1/12/2011 4:31 AM, Tobias Klauser wrote:
>> Use is_multicast_ether_addr from linux/etherdevice.h instead of a custom
>> macro. Also remove the broadcast address check, as it is considered a
>> multicast address too.
>>
>> Signed-off-by: Tobias Klauser <tklauser@...tanz.ch>
>> ---
>> drivers/net/tile/tilepro.c | 10 +---------
>> 1 files changed, 1 insertions(+), 9 deletions(-)
>
> Thanks, I've taken this into the Tilera tree!
Don't, his transformation is buggy.
You can't get rid of the broadcast check, it needs to be there.
Think about it.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists