bnx2x: Allow management traffic after boot from SAN
authorBarak Witkowski <barak@broadcom.com>
Thu, 10 Jan 2013 04:53:40 +0000 (04:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jan 2013 22:28:26 +0000 (14:28 -0800)
commit1ef1d45a9e54814cc0b471e5377e47bd7e0cd2a8
treedd5d3c6af1d3626ef02a76ae7de0b7523ff03f15
parent4864a16ae69dd651147aa72584d20d2c24536712
bnx2x: Allow management traffic after boot from SAN

As part of the previous driver unload flow, whenever bnx2x is
loaded after the UNDI driver it closes all Rx traffic.
However, this leads to management traffic also being stopped until
the network interface associated with one of its functions gets loaded.

To remedy this, management traffic is re-opened once the 'cleaning'
after the previous driver ends.

Signed-off-by: Barak Witkowski <barak@broadcom.com>
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c