commit | edba2a1fefc6296bc527754dee1c72a625bb675a | [log] [tgz] |
---|---|---|
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Sun Jan 06 00:21:47 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 08 23:30:00 2008 -0800 |
tree | 3ac9dfd4f000cc47574edab63c712fd8960b49fa | |
parent | 9a262d5c24c63d2b7bea05e41d9b3bfbef63e903 [diff] |
[METH]: Fix MAC address handling. 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>