From: Krzysztof Adamski Date: Mon, 8 Dec 2014 11:13:41 +0000 (+0100) Subject: staging: vt6656: Use ether_addr_copy() in vnt_fill_ieee80211_rts. X-Git-Tag: fixes-v4.0-rc1~99^2~492 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccc103f564d992bb3260a9195980b26098384943;p=pandora-kernel.git staging: vt6656: Use ether_addr_copy() in vnt_fill_ieee80211_rts. Both struct ieee80211_rts and struct ieee80211_hdr defined in linux/ieee80211.h are declared as __aligned(2) so it is safe to use ether_addr_copy() instead of memcpy(). Signed-off-by: Krzysztof Adamski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed