OSDN Git Service

igc: Remove reset disable flag
authorSasha Neftin <sasha.neftin@intel.com>
Mon, 31 Aug 2020 11:53:29 +0000 (14:53 +0300)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 28 Sep 2020 21:42:46 +0000 (14:42 -0700)
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>
drivers/net/ethernet/intel/igc/igc_hw.h

index b70253f..17d6669 100644 (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;
 };