Re: [PATCH] rndis_host: Set random MAC for ZTE MF910

From: Kristian Evensen
Date: Thu Jul 14 2016 - 03:54:48 EST


Hi BjÃrn,

On Thu, Jul 14, 2016 at 12:23 AM, BjÃrn Mork <bjorn@xxxxxxx> wrote:
>
> Or how about the more generic?:
>
> if (bp[0] & 0x02)
> eth_hw_addr_random(net);
> else
> ether_addr_copy(net->dev_addr, bp);
>
> That would catch similar screwups from other vendors too.

Great idea, thanks. After submitting the patch I found some other
devices with a similar bug, and there are probably even more out
there. I will update patch and resubmit.

-Kristian