[METH]: Fix MAC address handling.
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 6 Jan 2008 08:21:47 +0000 (00:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jan 2008 07:30:00 +0000 (23:30 -0800)
meth didn't set a valid mac address during probing, but later during
open. Newer kernel refuse to open device with 00:00:00:00:00:00 as mac
address -> dead ethernet. This patch sets the mac address in the probe
function and uses only the mac address from the netdevice struct when
setting up the hardware.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found