|
@@ -217,10 +217,6 @@ static s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw)
|
|
|
phy->ops.get_firmware_version =
|
|
|
&ixgbe_get_phy_firmware_version_tnx;
|
|
|
break;
|
|
|
- case ixgbe_phy_aq:
|
|
|
- phy->ops.get_firmware_version =
|
|
|
- &ixgbe_get_phy_firmware_version_generic;
|
|
|
- break;
|
|
|
default:
|
|
|
break;
|
|
|
}
|
|
@@ -340,7 +336,6 @@ static enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw)
|
|
|
switch (hw->phy.type) {
|
|
|
case ixgbe_phy_cu_unknown:
|
|
|
case ixgbe_phy_tn:
|
|
|
- case ixgbe_phy_aq:
|
|
|
media_type = ixgbe_media_type_copper;
|
|
|
goto out;
|
|
|
default:
|
|
@@ -1805,7 +1800,6 @@ static u32 ixgbe_get_supported_physical_layer_82599(struct ixgbe_hw *hw)
|
|
|
|
|
|
switch (hw->phy.type) {
|
|
|
case ixgbe_phy_tn:
|
|
|
- case ixgbe_phy_aq:
|
|
|
case ixgbe_phy_cu_unknown:
|
|
|
hw->phy.ops.read_reg(hw, MDIO_PMA_EXTABLE, MDIO_MMD_PMAPMD,
|
|
|
&ext_ability);
|