igc: Remove reset disable flag

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>
This commit is contained in:
Sasha Neftin 2020-08-31 14:53:29 +03:00 committed by Tony Nguyen
parent b03c49cde6
commit f4e55d394a
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ struct igc_phy_info {
u8 mdix;
bool is_mdix;
bool reset_disable;
bool speed_downgraded;
bool autoneg_wait_to_complete;
};