Skip to content

Commit

Permalink
igc: Remove forced_speed_duplex value
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sasha Neftin authored and Tony Nguyen committed Jul 18, 2022
1 parent fb24f34 commit 6ac0db3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ethernet/intel/igc/igc_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ struct igc_mac_info {
u32 mta_shadow[MAX_MTA_REG];
u16 rar_entry_count;

u8 forced_speed_duplex;

bool asf_firmware_present;
bool arc_subsystem_valid;

Expand Down

0 comments on commit 6ac0db3

Please sign in to comment.