Commit 2b69286d authored by Sasha Neftin's avatar Sasha Neftin Committed by Jeff Kirsher

igc: Remove the polarity field from a PHY information structure

Polarity and cable length fields is not applicable for the i225 device.
This patch comes to clean up PHY information structure.
Signed-off-by: default avatarSasha Neftin <sasha.neftin@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 92493a2f
...@@ -151,16 +151,10 @@ struct igc_phy_info { ...@@ -151,16 +151,10 @@ struct igc_phy_info {
u16 autoneg_advertised; u16 autoneg_advertised;
u16 autoneg_mask; u16 autoneg_mask;
u16 cable_length;
u16 max_cable_length;
u16 min_cable_length;
u16 pair_length[4];
u8 mdix; u8 mdix;
bool disable_polarity_correction;
bool is_mdix; bool is_mdix;
bool polarity_correction;
bool reset_disable; bool reset_disable;
bool speed_downgraded; bool speed_downgraded;
bool autoneg_wait_to_complete; bool autoneg_wait_to_complete;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment