diff options
author | Don Skidmore <donald.c.skidmore@intel.com> | 2010-11-17 04:27:16 +0100 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2010-11-17 04:27:16 +0100 |
commit | fe15e8e1c78521e0b4e375d6ed415b82265419c9 (patch) | |
tree | 7e87256e93074b1950606562dab514f9ab8ba237 /drivers/net/ixgbe/ixgbe_ethtool.c | |
parent | ixgbe: make silicon specific functions generic (diff) | |
download | linux-fe15e8e1c78521e0b4e375d6ed415b82265419c9.tar.xz linux-fe15e8e1c78521e0b4e375d6ed415b82265419c9.zip |
ixgbe: add MAC and PHY support for x540
Adds the new x540.c file and Aquantia 1202 PHY for X540 support.
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_ethtool.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_ethtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_ethtool.c b/drivers/net/ixgbe/ixgbe_ethtool.c index 6871b2be64f6..b884f90b5805 100644 --- a/drivers/net/ixgbe/ixgbe_ethtool.c +++ b/drivers/net/ixgbe/ixgbe_ethtool.c @@ -214,6 +214,7 @@ static int ixgbe_get_settings(struct net_device *netdev, /* Get PHY type */ switch (adapter->hw.phy.type) { case ixgbe_phy_tn: + case ixgbe_phy_aq: case ixgbe_phy_cu_unknown: /* Copper 10G-BASET */ ecmd->port = PORT_TP; |