Re: [PATCH] net: smc911x: Automatically Update ethaddr with MAC

2020-08-17 Thread Adam Ford
On Mon, Aug 17, 2020 at 9:41 AM Tom Rini wrote: > > On Sun, Aug 16, 2020 at 07:17:37AM -0500, Adam Ford wrote: > > > The ethernet controller can read the MAC from EEPROM and display it, > > but if ethaddr is not set, the ethernet is still unavailable. > > > > This patch checks will automatically s

Re: [PATCH] net: smc911x: Automatically Update ethaddr with MAC

2020-08-17 Thread Tom Rini
On Sun, Aug 16, 2020 at 07:17:37AM -0500, Adam Ford wrote: > The ethernet controller can read the MAC from EEPROM and display it, > but if ethaddr is not set, the ethernet is still unavailable. > > This patch checks will automatically set the MAC address if it has > not already been set. > > Sig

[PATCH] net: smc911x: Automatically Update ethaddr with MAC

2020-08-16 Thread Adam Ford
The ethernet controller can read the MAC from EEPROM and display it, but if ethaddr is not set, the ethernet is still unavailable. This patch checks will automatically set the MAC address if it has not already been set. Signed-off-by: Adam Ford diff --git a/drivers/net/smc911x.c b/drivers/net/s