commit | 62ae1aef2070e9d281e2daab2447ab85d30df99a | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Fri Oct 17 07:40:20 2014 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 27 14:16:16 2014 -0400 |
tree | a804b16e5986e172c5619f9bf57739bcd326ab5b | |
parent | 91e6ceb354289ef1b143735b218599b5ad1b58c8 [diff] |
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 <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>