From: Emil Tantilov Date: Tue, 23 Mar 2010 18:34:57 +0000 (+0000) Subject: igb: do not modify tx_queue_len on link speed change X-Git-Tag: v2.6.34-rc3~33^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07f3e375f608e52a1f8958fbde105bb27b7629a;p=pandora-kernel.git igb: do not modify tx_queue_len on link speed change Previously the driver tweaked txqueuelen to avoid false Tx hang reports seen at half duplex. This had the effect of overriding user set values on link change/reset. Testing shows that adjusting only the timeout factor is sufficient to prevent Tx hang reports at half duplex. Based on e1000e patch by Franco Fichtner Signed-off-by: Emil Tantilov Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed