aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
diff options
context:
space:
mode:
authorSasha Neftin <sasha.neftin@intel.com>2019-06-23 13:42:32 +0300
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2019-07-24 13:55:09 -0700
commit6145787d5e2eb973fa9f73d228d7a6a13650b1d1 (patch)
treebc65dcf86cbd0e8be761ccd11105b2ffb5aaeb80 /drivers/net/ethernet/intel/igc
parentigc: Remove the polarity field from a PHY information structure (diff)
downloadlinux-dev-6145787d5e2eb973fa9f73d228d7a6a13650b1d1.tar.xz
linux-dev-6145787d5e2eb973fa9f73d228d7a6a13650b1d1.zip
igc: Remove the unused field from a device specification structure
This patch comes to clean up the device specification structure. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
-rw-r--r--drivers/net/ethernet/intel/igc/igc_hw.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_hw.h b/drivers/net/ethernet/intel/igc/igc_hw.h
index f689f0a02b5d..9a338fbf671c 100644
--- a/drivers/net/ethernet/intel/igc/igc_hw.h
+++ b/drivers/net/ethernet/intel/igc/igc_hw.h
@@ -184,12 +184,7 @@ struct igc_fc_info {
};
struct igc_dev_spec_base {
- bool global_device_reset;
- bool eee_disable;
bool clear_semaphore_once;
- bool module_plugged;
- u8 media_port;
- bool mas_capable;
};
struct igc_hw {