lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 20 Jul 2021 10:11:01 +0000
From:   "Madalin Bucur (OSS)" <madalin.bucur@....nxp.com>
To:     Maxim Kochetkov <fido_max@...ox.ru>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
CC:     "davem@...emloft.net" <davem@...emloft.net>,
        "kuba@...nel.org" <kuba@...nel.org>,
        "Camelia Alexandra Groza (OSS)" <camelia.groza@....nxp.com>
Subject: RE: [PATCH] fsl/fman: Add fibre support

> -----Original Message-----
> From: Maxim Kochetkov <fido_max@...ox.ru>
> Sent: 20 July 2021 08:09
> To: netdev@...r.kernel.org
> Cc: Madalin Bucur <madalin.bucur@....com>; davem@...emloft.net;
> kuba@...nel.org; Maxim Kochetkov <fido_max@...ox.ru>
> Subject: [PATCH] fsl/fman: Add fibre support
> 
> Set SUPPORTED_FIBRE to mac_dev->if_support. It allows proper usage of
> PHYs with optical/fiber support.
> 
> Signed-off-by: Maxim Kochetkov <fido_max@...ox.ru>
> ---
>  drivers/net/ethernet/freescale/fman/mac.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ethernet/freescale/fman/mac.c
> b/drivers/net/ethernet/freescale/fman/mac.c
> index 46ecb42f2ef8..d9fc5c456bf3 100644
> --- a/drivers/net/ethernet/freescale/fman/mac.c
> +++ b/drivers/net/ethernet/freescale/fman/mac.c
> @@ -524,6 +524,7 @@ static void setup_memac(struct mac_device *mac_dev)
>  	| SUPPORTED_Autoneg \
>  	| SUPPORTED_Pause \
>  	| SUPPORTED_Asym_Pause \
> +	| SUPPORTED_FIBRE \
>  	| SUPPORTED_MII)
> 
>  static DEFINE_MUTEX(eth_lock);
> --
> 2.31.1

Acked-by: Madalin Bucur <madalin.bucur@....nxp.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ