Commit f4e55d39 authored by Sasha Neftin's avatar Sasha Neftin Committed by Tony Nguyen
Browse files

igc: Remove reset disable flag



Boolean reset disable flag not applicable for i225 device and
could be removed.

Signed-off-by: default avatarSasha Neftin <sasha.neftin@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent b03c49cd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -158,7 +158,6 @@ struct igc_phy_info {
	u8 mdix;

	bool is_mdix;
	bool reset_disable;
	bool speed_downgraded;
	bool autoneg_wait_to_complete;
};