[PATCH v2] net: fec: set mac address unconditionally

2016-09-30 Thread Gavin Schenk
oc's. This fix sets the mac address unconditionally in fec_restart(...) and ensures consistency between fec registers and the network layer. Signed-off-by: Gavin Schenk Acked-by: Fugang Duan Acked-by: Uwe Kleine-König Fixes: 9638d19e4816 ("net: fec: add netif status check be

[PATCH] net: fec: set mac address unconditionally

2016-09-21 Thread Gavin Schenk
clocks are down the new mac address is discarded on some soc's. This fix sets the mac address unconditionally in fec_restart(...) and ensures consistens between fec registers and the network layer. Signed-off-by: Gavin Schenk --- drivers/net/ethernet/freescale/fec_main.c | 12 +-