[RESEND PATCH 36/47] staging: ks7010: use ether_addr_copy in ks_wlan_net_start

2018-05-03 Thread Sergio Paracuellos
Instead of use memcpy for copying ethernet addresses, use ether_addr_copy that do the same. Signed-off-by: Sergio Paracuellos --- drivers/staging/ks7010/ks_wlan_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 36/47] staging: ks7010: use ether_addr_copy in ks_wlan_net_start

2018-04-30 Thread Sergio Paracuellos
Instead of use memcpy for copying ethernet addresses, use ether_addr_copy that do the same. Signed-off-by: Sergio Paracuellos --- drivers/staging/ks7010/ks_wlan_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git