Re: [PATCH] is_multicast_ether_addr() fix

2005-08-30 Thread Jiri Benc
On Tue, 30 Aug 2005 14:30:16 +0800, Zhu Yi wrote: > Boardcast address should also be detected by is_multicast_ether_addr(). > Otherwise is_valid_ether_addr() is broken. Please, add a comment to is_multicast_ether_addr() stating that broadcast is a special case of multicast. Otherwise one can be t

[PATCH] is_multicast_ether_addr() fix

2005-08-29 Thread Zhu Yi
Boardcast address should also be detected by is_multicast_ether_addr(). Otherwise is_valid_ether_addr() is broken. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> --- linux-2.6.13-chuyee/include/linux/etherdevice.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/eth