From: Don Skidmore Date: Wed, 31 Jul 2013 02:19:24 +0000 (+0000) Subject: ixgbe: fix fc autoneg ethtool reporting. X-Git-Tag: v3.12-rc1~132^2~416^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d80953dfd1d5a92948005798c857c311c2834b;p=pandora-kernel.git ixgbe: fix fc autoneg ethtool reporting. Originally ixgbe_device_supports_autoneg_fc() was only expected to be called by copper devices. This would lead to false information to be displayed via ethtool. v2: changed ixgbe_device_supports_autoneg_fc() to a bool function, it returns bool. Based on feedback from David Miller Signed-off-by: Don Skidmore Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed