From: Don Skidmore Date: Tue, 31 Mar 2009 21:33:02 +0000 (+0000) Subject: ixgbe: Fix ethtool output with advertised mode. X-Git-Tag: v2.6.30-rc1~246^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5b83230a22d0e14375e5f283b8aaf3320ebd86;p=pandora-kernel.git ixgbe: Fix ethtool output with advertised mode. Ethtool tries to get advertised speed from phy.autoneg_advertised. However for copper media this wasn't happening until later do to an other fix which moved mac.ops.setup_link_speed placement in ixgbe_link_config(). This patch will display the default advertised speeds if it can't yet get this information from phy.autoneg_advertised. Signed-off-by: Don Skidmore Acked-by: Mallikarjuna R Chilakala Acked-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed