]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7500a70c0f2c4771d95d3d183d91e6a5c50b3e3
tree8c99ef6f69827b92fc14d95548ea36115cab90a6
parente424af85ffaa33cdc2084ea3a25f8b2e47d124c5
bnx2x: Fix PHY locking problem

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>
drivers/net/bnx2x/bnx2x_main.c