Re: [PATCH v2 net-next] r8169: add random MAC address fallback

2019-07-02 Thread David Miller
From: Heiner Kallweit Date: Tue, 2 Jul 2019 20:46:09 +0200 > It was reported that the GPD MicroPC is broken in a way that no valid > MAC address can be read from the network chip. The vendor driver deals > with this by assigning a random MAC address as fallback. So let's do > the same. > > Signe

[PATCH v2 net-next] r8169: add random MAC address fallback

2019-07-02 Thread Heiner Kallweit
It was reported that the GPD MicroPC is broken in a way that no valid MAC address can be read from the network chip. The vendor driver deals with this by assigning a random MAC address as fallback. So let's do the same. Signed-off-by: Heiner Kallweit --- v2: - fix broken commit message --- drive