From: Sujith Manoharan Date: Fri, 17 Oct 2014 02:10:20 +0000 (+0530) Subject: ath9k: Fix address management X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ae1aef2070e9d281e2daab2447ab85d30df99a;p=pandora-kernel.git ath9k: Fix address management Since both the arguments need to satisfy the alignment requirements of ether_addr_copy(), use memcpy() in cases where there will be no big performance benefit and make sure that ether_addr_copy() calls use properly aligned arguments. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed