]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commita5a18bdf7453d505783e40e47ebb84bfdd35f93b
tree8665fdf76228b8825bfdbf3ec01b1a6530755a37
parent43de87460988d9810450908af24fb1b1315a8456
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