From cda34a0b3cb3d246c10e0406131250e5991209dc Mon Sep 17 00:00:00 2001 From: Ana Rey Date: Mon, 17 Mar 2014 21:22:28 +0100 Subject: [PATCH] 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-format-patch failed