Skip to content

Commit 699d46c

Browse files
committed
igc: Remove forced_speed_duplex value
Author: Sasha Neftin <sasha.neftin@intel.com> 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> (cherry picked from commit 6ac0db3) Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2104471 Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
1 parent b59136f commit 699d46c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/intel/igc/igc_hw.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ struct igc_mac_info {
8989
u32 mta_shadow[MAX_MTA_REG];
9090
u16 rar_entry_count;
9191

92-
u8 forced_speed_duplex;
93-
9492
bool asf_firmware_present;
9593
bool arc_subsystem_valid;
9694

0 commit comments

Comments
 (0)