ep93xx-eth: check for zero MAC address on probe, not on device open
authorFlorian Fainelli <florian@openwrt.org>
Sat, 28 Nov 2009 13:57:00 +0000 (13:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Nov 2009 07:50:32 +0000 (23:50 -0800)
If we happen to have registered the driver without passing
a MAC address, we will print a zero MAC address and register
the interface with this invalid address, this is confusin. This
patch moves the checking of a valid ethernet address and the
generation of a random one down from the open function to
the probe function.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found