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
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