commit | 4cb9be7ab47820a1fa747569f5f035a5f628c91b | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Tue Apr 21 18:42:05 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 22 00:47:54 2009 -0700 |
tree | f272447c9bdc5b01578760f1c0f973a183f801b5 | |
parent | bf98a82633b97fb638fcee0fae3c0de54d1f7b05 [diff] |
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>