Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

igc: Remove forced_speed_duplex value

u8 forced_speed_duplex from value from igc_mac_info struct is not used.
This patch comes to tidy up the driver code.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>

authored by

Sasha Neftin and committed by
Tony Nguyen
6ac0db3f fb24f341

-2
-2
drivers/net/ethernet/intel/igc/igc_hw.h
··· 89 89 u32 mta_shadow[MAX_MTA_REG]; 90 90 u16 rar_entry_count; 91 91 92 - u8 forced_speed_duplex; 93 - 94 92 bool asf_firmware_present; 95 93 bool arc_subsystem_valid; 96 94