[Intel-wired-lan] [PATCH v1 1/1] igc: Remove unused MII_CR_LOOPBACK

Dvora Fuxbrumer dvorax.fuxbrumer at linux.intel.com
Sun Feb 21 08:38:23 UTC 2021


On 14/02/2021 09:17, Sasha Neftin wrote:
> MII_CR_LOOPBACK masks not in use in i225 device and can be removed.
> 
> Signed-off-by: Sasha Neftin <sasha.neftin at intel.com>
> ---
>   drivers/net/ethernet/intel/igc/igc_defines.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h b/drivers/net/ethernet/intel/igc/igc_defines.h
> index c5b36ec7bcff..153561291166 100644
> --- a/drivers/net/ethernet/intel/igc/igc_defines.h
> +++ b/drivers/net/ethernet/intel/igc/igc_defines.h
> @@ -441,7 +441,6 @@
>   #define MII_CR_RESTART_AUTO_NEG	0x0200  /* Restart auto negotiation */
>   #define MII_CR_POWER_DOWN	0x0800  /* Power down */
>   #define MII_CR_AUTO_NEG_EN	0x1000  /* Auto Neg Enable */
> -#define MII_CR_LOOPBACK		0x4000  /* 0 = normal, 1 = loopback */
>   
>   /* PHY Status Register */
>   #define MII_SR_LINK_STATUS	0x0004 /* Link Status 1 = link */
> 
Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer at linux.intel.com>


More information about the Intel-wired-lan mailing list