commit | 44934fac2171d5b0ed1838293f2e2db7508ad628 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Sun Mar 30 21:32:08 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 31 16:34:19 2014 -0400 |
tree | 0adfcc85a785187d002d90daf6e91d67ad6915db | |
parent | 6dfac5c33620de7f5ecd9dd07e2e2bb6549c4d55 [diff] |
net: fec: make sure to init MAC address Though we made sure to acquire a valid MAC for the netdevice we never actually programmed it into the hardware. So if the bootloader did not set the MAC, network operation would only work if userspace explicitly asked to transfer the MAC to hardware. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>