Skip to content

Commit

Permalink
igc: Remove reset disable flag
Browse files Browse the repository at this point in the history
Boolean reset disable flag not applicable for i225 device and
could be removed.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
  • Loading branch information
Sasha Neftin authored and Tony Nguyen committed Sep 28, 2020
1 parent b03c49c commit f4e55d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/intel/igc/igc_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ struct igc_phy_info {
u8 mdix;

bool is_mdix;
bool reset_disable;
bool speed_downgraded;
bool autoneg_wait_to_complete;
};
Expand Down

0 comments on commit f4e55d3

Please sign in to comment.