From: Matt Carlson Date: Wed, 22 Feb 2012 12:35:19 +0000 (+0000) Subject: tg3: Remove SPEED_UNKNOWN checks X-Git-Tag: v3.4-rc1~177^2~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13ba512cbba7de5d55d7a3b2aae7d83c8921457;p=pandora-kernel.git tg3: Remove SPEED_UNKNOWN checks tg3_phy_copper_begin() has code that configures the link advertisements through the use of the link_config.speed and link_config.duplex members. The driver does not internally use these members in this way, nor is it (currently) permitted via the ethtool interface. This patch removes the dead code. Signed-off-by: Matt Carlson Signed-off-by: David S. Miller --- Reading git-diff-tree failed