All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v1 1/1] igc: Remove obsolete mask
@ 2021-11-09  9:42 Sasha Neftin
  2021-11-21 10:30 ` Kraus, NechamaX
  0 siblings, 1 reply; 2+ messages in thread
From: Sasha Neftin @ 2021-11-09  9:42 UTC (permalink / raw)
  To: intel-wired-lan

'IGC_CTRL_EXT_LINK_MODE_MASK' not in use. This patch comes to tidy up
obsolete define.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
---
 drivers/net/ethernet/intel/igc/igc_defines.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h
index 910ad1a0d375..0666bf4b54d5 100644
--- a/drivers/net/ethernet/intel/igc/igc_defines.h
+++ b/drivers/net/ethernet/intel/igc/igc_defines.h
@@ -85,9 +85,6 @@
 
 #define IGC_WUFC_EXT_FILTER_MASK GENMASK(31, 8)
 
-/* Physical Func Reset Done Indication */
-#define IGC_CTRL_EXT_LINK_MODE_MASK	0x00C00000
-
 /* Loop limit on how long we wait for auto-negotiation to complete */
 #define COPPER_LINK_UP_LIMIT		10
 #define PHY_AUTO_NEG_LIMIT		45
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Intel-wired-lan] [PATCH v1 1/1] igc: Remove obsolete mask
  2021-11-09  9:42 [Intel-wired-lan] [PATCH v1 1/1] igc: Remove obsolete mask Sasha Neftin
@ 2021-11-21 10:30 ` Kraus, NechamaX
  0 siblings, 0 replies; 2+ messages in thread
From: Kraus, NechamaX @ 2021-11-21 10:30 UTC (permalink / raw)
  To: intel-wired-lan

On 11/9/2021 11:42, Sasha Neftin wrote:
> 'IGC_CTRL_EXT_LINK_MODE_MASK' not in use. This patch comes to tidy up
> obsolete define.
> 
> Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
> ---
>   drivers/net/ethernet/intel/igc/igc_defines.h | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h
> index 910ad1a0d375..0666bf4b54d5 100644
> --- a/drivers/net/ethernet/intel/igc/igc_defines.h
> +++ b/drivers/net/ethernet/intel/igc/igc_defines.h
> @@ -85,9 +85,6 @@
>   
>   #define IGC_WUFC_EXT_FILTER_MASK GENMASK(31, 8)
>   
> -/* Physical Func Reset Done Indication */
> -#define IGC_CTRL_EXT_LINK_MODE_MASK	0x00C00000
> -
>   /* Loop limit on how long we wait for auto-negotiation to complete */
>   #define COPPER_LINK_UP_LIMIT		10
>   #define PHY_AUTO_NEG_LIMIT		45
> 
Tested-by: Nechama Kraus <nechamax.kraus@linux.intel.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-21 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09  9:42 [Intel-wired-lan] [PATCH v1 1/1] igc: Remove obsolete mask Sasha Neftin
2021-11-21 10:30 ` Kraus, NechamaX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.