From: Jesse Brandeburg Date: Tue, 21 Apr 2009 18:42:05 +0000 (+0000) Subject: e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily X-Git-Tag: v2.6.31-rc1~330^2~581 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb9be7ab47820a1fa747569f5f035a5f628c91b;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed