Re: [PATCH] net: xilinx: emaclite: Fallback to random MAC address.

2016-08-20 Thread David Miller
From: Daniel Romell Date: Fri, 19 Aug 2016 14:12:01 +0200 > If the address configured in the device tree is invalid, the > driver will fallback to using a random address from the locally > administered range. > > Signed-off-by: Daniel Romell Applied.

[PATCH] net: xilinx: emaclite: Fallback to random MAC address.

2016-08-19 Thread Daniel Romell
If the address configured in the device tree is invalid, the driver will fallback to using a random address from the locally administered range. Signed-off-by: Daniel Romell --- drivers/net/ethernet/xilinx/xilinx_emaclite.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --gi