bnx2x: avoid TX timeout when stopping device
authorStanislaw Gruszka <sgruszka@redhat.com>
Tue, 18 May 2010 00:35:38 +0000 (17:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2010 00:35:38 +0000 (17:35 -0700)
When stop device call netif_carrier_off() just after disabling TX queue to
avoid possibility of netdev watchdog warning and ->ndo_tx_timeout() invocation.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found