diff options
author | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | 2009-01-19 16:55:03 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-19 16:55:03 -0800 |
commit | 1da100bb47ef32cb43bb6a365f64183898f830b5 (patch) | |
tree | 36ce0a11e633f41b2b6f7dbc9c4bac0d606c07d0 /net/core/skbuff.c | |
parent | 068c89b014ebd27b1c09c3c772e9d982988e7786 (diff) | |
download | op-kernel-dev-1da100bb47ef32cb43bb6a365f64183898f830b5.zip op-kernel-dev-1da100bb47ef32cb43bb6a365f64183898f830b5.tar.gz |
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 'net/core/skbuff.c')
0 files changed, 0 insertions, 0 deletions