diff options
author | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | 2009-01-20 01:55:03 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-20 01:55:03 +0100 |
commit | 1da100bb47ef32cb43bb6a365f64183898f830b5 (patch) | |
tree | 36ce0a11e633f41b2b6f7dbc9c4bac0d606c07d0 /drivers/net/tg3.h | |
parent | ixgbe: fix tag stripping for VLAN ID 0 (diff) | |
download | linux-1da100bb47ef32cb43bb6a365f64183898f830b5.tar.xz linux-1da100bb47ef32cb43bb6a365f64183898f830b5.zip |
ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()
netif_carrier_off() is sufficient to stop Tx into the driver. Stopping the Tx
queues is redundant and unnecessary. By the same token, netif_carrier_on()
will be sufficient to re-enable Tx, so waking the queues is unnecessary.
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
0 files changed, 0 insertions, 0 deletions