bnx2x: move msix table initialization to probe()
authorDmitry Kravkov <dmitry@broadcom.com>
Wed, 6 Oct 2010 03:32:10 +0000 (03:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Oct 2010 21:10:40 +0000 (14:10 -0700)
Decide which interrupt mode to use (MSI-X, MSI, INTa) only once in probe() and
initialize appropriate structures.

Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found