From: Joe Perches Date: Wed, 9 May 2012 17:04:03 +0000 (+0000) Subject: etherdevice.h: Add ether_addr_equal_64bits X-Git-Tag: v3.5-rc1~109^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf523c9ba4a69e97b0b5a6fb0e0a9e43550a65b;p=pandora-kernel.git etherdevice.h: Add ether_addr_equal_64bits Add an optimized boolean function to check if 2 ethernet addresses are the same. This is to avoid any confusion about compare_ether_addr_64bits returning an unsigned, and not being able to use the compare_ether_addr_64bits function for sorting ala memcmp. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed