From: Ana Rey Date: Mon, 17 Mar 2014 20:22:28 +0000 (+0100) Subject: staging: rtl8187se: Use ether_addr_copy function X-Git-Tag: v3.15-rc1~139^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda34a0b3cb3d246c10e0406131250e5991209dc;p=pandora-kernel.git staging: rtl8187se: Use ether_addr_copy function Use ether_addr_copy instead of memcpy function for fast copy an Ethernet address in ieee80211/ieee80211_wx.c Fixes sparse warnings: WARNING: Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2) Signed-off-by: Ana Rey Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed