commit | c89af1a30870e04986e2c8d24c0c765de0935f4b | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Mon May 17 17:35:38 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 17 17:35:38 2010 -0700 |
tree | 63c89530aa434fbfb384c5eb37529fe9920992ed | |
parent | a0ba676008d9f050f1de9ede8d1ee4bf6820bfc9 [diff] |
bnx2x: avoid TX timeout when stopping device 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>