]> git.baikalelectronics.ru Git - kernel.git/commit
rndis_host: Set valid random MAC on buggy devices
authorKristian Evensen <kristian.evensen@gmail.com>
Thu, 14 Jul 2016 08:23:03 +0000 (10:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Jul 2016 03:03:04 +0000 (20:03 -0700)
commitf81014ab95ef8cc23e12903c41860b6bf284d4ce
tree8665fdf76228b8825bfdbf3ec01b1a6530755a37
parent38952eea10b9e040aa374831e070306bf2f7a5d8
rndis_host: Set valid random MAC on buggy devices

Some devices of the same type all export the same, random MAC address. This
behavior has been seen on the ZTE MF910, MF823 and MF831, and there are
probably more devices out there. Fix this by generating a valid random MAC
address if we read a random MAC from device.

Also, changed the memcpy() to ether_addr_copy(), as pointed out by
checkpatch.

Suggested-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/rndis_host.c