From: Thomas Bogendoerfer Date: Sun, 6 Jan 2008 08:21:47 +0000 (-0800) Subject: [METH]: Fix MAC address handling. X-Git-Tag: v2.6.24-rc8~54^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edba2a1fefc6296bc527754dee1c72a625bb675a;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed