bnx2x: Fix PHY locking problem
authorYaniv Rosner <yanivr@broadcom.com>
Mon, 16 Aug 2010 06:34:06 +0000 (06:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 06:42:35 +0000 (23:42 -0700)
PHY locking is required between two ports for some external PHYs. Since
initialization was done in the common init function (called only on the
first port initialization) rather than in the port init function, there
was in fact no PHY locking between the ports.

Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found