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:	Sun, 27 Nov 2011 17:01:48 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	yanivr@...adcom.com
Cc:	netdev@...r.kernel.org, eilong@...adcom.com
Subject: Re: [net-next 4/8] bnx2x: Fix BCM84833 link and LED behavior

From: "Yaniv Rosner" <yanivr@...adcom.com>
Date: Sun, 27 Nov 2011 20:17:57 +0200

>  			/* Restart autoneg for 10G*/
>  
> +			bnx2x_cl45_read(bp, phy,
> +				MDIO_AN_DEVAD,
> +				MDIO_AN_REG_8481_10GBASE_T_AN_CTRL,
> +				&an_10g_val);
> +			bnx2x_cl45_write(bp, phy,
> +				MDIO_AN_DEVAD,
> +				MDIO_AN_REG_8481_10GBASE_T_AN_CTRL,
> +				an_10g_val | 0x1000);
>  			bnx2x_cl45_write(bp, phy,
>  				 MDIO_AN_DEVAD, MDIO_AN_REG_CTRL,
>  				 0x3200);

More bad formatting, make a helper function if you are worried
about 80 column limits.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ