igb: New PHY_ID for i354 device
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / e1000_phy.c
index 60461946f98c5ad64bb6d62bf7beefe81e39464e..5adccbc90740d7b2654355ad86866ff611514e22 100644 (file)
@@ -1806,7 +1806,7 @@ s32 igb_get_cable_length_m88_gen2(struct e1000_hw *hw)
                phy->max_cable_length = phy_data / (is_cm ? 100 : 1);
                phy->cable_length = phy_data / (is_cm ? 100 : 1);
                break;
-       case M88E1545_E_PHY_ID:
+       case M88E1543_E_PHY_ID:
        case I347AT4_E_PHY_ID:
                /* Remember the original page select and set it to 7 */
                ret_val = phy->ops.read_reg(hw, I347AT4_PAGE_SELECT,
This page took 0.02425 seconds and 5 git commands to generate.