From: Michael Ellerman Date: Mon, 30 May 2005 03:24:30 +0000 (-0700) Subject: [NET]: Add is_multicast_ether_addr() in include/linux/etherdevice.h X-Git-Tag: v2.6.12-rc6~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79165121bc09c209451487d977df910c4ff6fc94;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed