]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/bnx2x_main.c
bnx2x: Calling tx disable unconditionally
authorEilon Greenstein <eilong@broadcom.com>
Mon, 2 Mar 2009 07:59:56 +0000 (07:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Mar 2009 06:32:42 +0000 (22:32 -0800)
commit762d5f6c95e4c7036aaaf67ec0749ed64ebb71e7
tree46da14ec5663336e5956c4a3ea98f7524ea216ec
parent490c3c9bf986545bdd99dcd4b0045c747564be39
bnx2x: Calling tx disable unconditionally

On unload, the FW assumes that no packets will be sent after the driver sends
the FW stop command. To ensure that, the driver must always call
netif_tx_disable

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x_main.c