From: Michael Chan Date: Mon, 18 Dec 2006 01:06:46 +0000 (-0800) Subject: [TG3]: Assign tp->link_config.orig_* values. X-Git-Tag: v2.6.20-rc2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24fcad6b3ca3bdbbb4614de3edc1ff16f594ba9a;p=pandora-kernel.git [TG3]: Assign tp->link_config.orig_* values. tp->link_config.orig_* values must be assigned during tg3_set_settings() because these values will be used to setup the link speed during tg3_open(). Without these assignments, the link speed settings will be all messed by if tg3_set_settings() is called when the device is down. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed