From: Mateusz Kulikowski Date: Sun, 31 May 2015 18:19:22 +0000 (+0200) Subject: staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~416 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57ceb19aba7d40403ca985ec565db8db20f4331;p=pandora-kernel.git staging: rtl8192e: Fix PREFER_ETHER_ADDR_COPY warnings Replace memcpy() with ether_addr_copy() where possible to make checkpatch.pl happy. Change was target tested (download 1Mb file over WPA2 network) with BUG trap for unaligned addresses in ether_addr_copy() Signed-off-by: Mateusz Kulikowski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed