]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_address
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 4 May 2018 04:16:39 +0000 (06:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 01:58:40 +0000 (18:58 -0700)
commit8ad90e706da07ca1d0e551f048b2e1b16ed12002
tree10997933b87b09a90c18d96c0edc9e0d19cefab2
parent002cb845605b9cae9a2c687f49453aa894e36161
staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_address

Use ether_addr_copy to copy ethernet address instad of using
memcpy in ks_wlan_set_mac_address function.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_wlan_net.c