linux/drivers/net/ethernet/intel/ixgbe
Emil Tantilov 0f8fdab133 ixgbe: fix ethtool reporting of supported links for SFP modules
This patch resolves an issue where the driver will display incorrect info
for Q/SFP+ modules that were inserted after the driver has been loaded.

This patch adds a call to identify_phy() in ixgbe_get_settings() prior to
calling get_link_capabilities() which needs the PHY data in order to
determine the correct settings.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2013-09-13 09:58:12 -07:00
..
ixgbe_82598.c ixgbe: add support for quad-port x520 adapter 2013-07-31 02:26:15 -07:00
ixgbe_82599.c ixgbe: add 1Gbps support for QSFP+ 2013-08-29 03:24:00 -07:00
ixgbe_common.c ixgbe: Check return value on eeprom reads 2013-08-29 02:45:38 -07:00
ixgbe_common.h ixgbe: Check return value on eeprom reads 2013-08-29 02:45:38 -07:00
ixgbe_dcb_82598.c ixgbe: Fix Tx Hang issue with lldpad on 82598EB 2013-07-28 13:17:17 -07:00
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h IXGBE: Set the SW prio_tc values at initialization to the HW setting. 2013-05-21 03:14:21 -07:00
ixgbe_dcb_nl.c IXGBE: Set the SW prio_tc values at initialization to the HW setting. 2013-05-21 03:14:21 -07:00
ixgbe_dcb.c IXGBE: Set the SW prio_tc values at initialization to the HW setting. 2013-05-21 03:14:21 -07:00
ixgbe_dcb.h IXGBE: Set the SW prio_tc values at initialization to the HW setting. 2013-05-21 03:14:21 -07:00
ixgbe_debugfs.c
ixgbe_ethtool.c ixgbe: fix ethtool reporting of supported links for SFP modules 2013-09-13 09:58:12 -07:00
ixgbe_fcoe.c
ixgbe_fcoe.h
ixgbe_lib.c ixgbe: add support for ndo_ll_poll 2013-06-10 21:22:36 -07:00
ixgbe_main.c ixgbe: limit setting speed to only one at a time for QSFP modules 2013-09-13 09:51:03 -07:00
ixgbe_mbx.c
ixgbe_mbx.h
ixgbe_phy.c ixgbe: add support for older QSFP active DA cables 2013-08-29 03:36:55 -07:00
ixgbe_phy.h ixgbe: add support for older QSFP active DA cables 2013-08-29 03:36:55 -07:00
ixgbe_ptp.c ixgbe: fix lockdep annotation issue for ptp's work item 2013-07-31 01:00:57 -07:00
ixgbe_sriov.c ixgbe: zero out mailbox buffer on init 2013-08-29 03:04:18 -07:00
ixgbe_sriov.h
ixgbe_sysfs.c
ixgbe_type.h ixgbe: fully disable hardware RSC logic when disabling RSC 2013-09-13 07:39:29 -07:00
ixgbe_x540.c ixgbe: fix MNG FW support when adapter not up 2013-04-17 22:03:09 -07:00
ixgbe.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-08-03 21:36:46 -07:00
Makefile