]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Add is_multicast_ether_addr() in include/linux/etherdevice.h
authorMichael Ellerman <michael@ellerman.id.au>
Mon, 30 May 2005 03:24:30 +0000 (20:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 May 2005 03:24:30 +0000 (20:24 -0700)
commitc6bfd99b5ae28a55eeab031aa4cd6ea8aa6288e3
tree989ea3ed03ea574a9819a497fbb4f0a388e5b321
parent02c1402f1d41e0ae961e861b440d0c650ac8ca2f
[NET]: Add is_multicast_ether_addr() in include/linux/etherdevice.h

This patch adds is_multicast_ether_addr() to go along with
is_valid_ether_addr() and friends. It then changes
is_valid_ether_addr() to use the new macro, and fixes up the comment
on that function to move implementation details out of the API doco.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/etherdevice.h