e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Tue, 21 Apr 2009 18:42:05 +0000 (18:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2009 07:47:54 +0000 (00:47 -0700)
It was pointed out that the Intel wired ethernet drivers do not need to
wake the tx queue since netif_carrier_on/off will take care of the qdisc
management in order to guarantee the correct handling of the transmit
routine enable state.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found