* [Intel-wired-lan] [PATCH v1 1/1] igc: Remove forced_speed_duplex value
@ 2022-07-18 9:50 Sasha Neftin
2022-07-19 7:05 ` naamax.meir
0 siblings, 1 reply; 2+ messages in thread
From: Sasha Neftin @ 2022-07-18 9:50 UTC (permalink / raw)
To: intel-wired-lan
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>
---
drivers/net/ethernet/intel/igc/igc_hw.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/ethernet/intel/igc/igc_hw.h b/drivers/net/ethernet/intel/igc/igc_hw.h
index 360644f33d5f..88680e3d613d 100644
--- a/drivers/net/ethernet/intel/igc/igc_hw.h
+++ b/drivers/net/ethernet/intel/igc/igc_hw.h
@@ -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;
--
2.25.1
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Intel-wired-lan] [PATCH v1 1/1] igc: Remove forced_speed_duplex value
2022-07-18 9:50 [Intel-wired-lan] [PATCH v1 1/1] igc: Remove forced_speed_duplex value Sasha Neftin
@ 2022-07-19 7:05 ` naamax.meir
0 siblings, 0 replies; 2+ messages in thread
From: naamax.meir @ 2022-07-19 7:05 UTC (permalink / raw)
To: Sasha Neftin, intel-wired-lan
On 7/18/2022 12:50, Sasha Neftin wrote:
> 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>
> ---
> drivers/net/ethernet/intel/igc/igc_hw.h | 2 --
> 1 file changed, 2 deletions(-)
Tested-by: Naama Meir <naamax.meir@linux.intel.com>
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-19 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-18 9:50 [Intel-wired-lan] [PATCH v1 1/1] igc: Remove forced_speed_duplex value Sasha Neftin
2022-07-19 7:05 ` naamax.meir
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox