From: Antonio Quartulli Date: Tue, 21 Jan 2014 23:42:11 +0000 (+0100) Subject: batman-adv: prefer ether_addr_copy to memcpy X-Git-Tag: v3.15-rc1~113^2~107^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fdd01530cda849ba531e7e9d8674fbc81ab5782;p=pandora-kernel.git batman-adv: prefer ether_addr_copy to memcpy On some architectures ether_addr_copy() is slightly faster than memcpy() therefore use the former when possible. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed