From: Kris Katterjohn Date: Tue, 17 Jan 2006 21:04:57 +0000 (-0800) Subject: [PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN X-Git-Tag: v2.6.16-rc2~367^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f404e9a67ffdc0bb0302a5ad1f7eaf58e5a59109;p=pandora-kernel.git [PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN This replaces some tests with is_zero_ether_addr(), memcmp(one, two, 6) with compare_ether_addr(one, two), and 6 with ETH_ALEN where appropriate. Signed-off-by: Kris Katterjohn Signed-off-by: David S. Miller --- Reading git-diff-tree failed