From: Joe Perches Date: Fri, 6 Dec 2013 22:39:46 +0000 (-0800) Subject: batadv: Slight optimization of batadv_compare_eth X-Git-Tag: v3.14-rc1~94^2~555 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9cd4fe5ef4373e0f5b2e752b1859bee33bc5644;p=pandora-kernel.git batadv: Slight optimization of batadv_compare_eth Use the newly added generic routine ether_addr_equal_unaligned to test if possibly unaligned to u16 Ethernet addresses are equal. This slightly improves comparison time for systems with CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed