commit | a5f7d6531ea825d0a95ce10eb75488577d075b1b | [log] [tgz] |
---|---|---|
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | Fri May 04 06:16:31 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 06 18:58:39 2018 -0700 |
tree | 2db1e0e291575703e2a56bd48e0e22aca4caabab | |
parent | 6663f11bd4d8dba3bc058ab49848885600cce5b6 [diff] |
staging: ks7010: use ether_addr_copy in get_ap_information function This commit make use of ether_addr_copy to copy ethernet address instead of copy it using memcpy. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>