| commit | 1da100bb47ef32cb43bb6a365f64183898f830b5 | [log] [tgz] |
|---|---|---|
| author | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | Mon Jan 19 16:55:03 2009 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Mon Jan 19 16:55:03 2009 -0800 |
| tree | 36ce0a11e633f41b2b6f7dbc9c4bac0d606c07d0 | |
| parent | 068c89b014ebd27b1c09c3c772e9d982988e7786 [diff] |
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>