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)
commit4cb9be7ab47820a1fa747569f5f035a5f628c91b
treef272447c9bdc5b01578760f1c0f973a183f801b5
parentbf98a82633b97fb638fcee0fae3c0de54d1f7b05
e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily

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>
drivers/net/e1000/e1000_main.c
drivers/net/e1000e/netdev.c
drivers/net/igb/igb_main.c
drivers/net/ixgb/ixgb_main.c