e1000e: Increase Tx timeout factor for 10Mbps
[pandora-kernel.git] / drivers / net / e1000e / netdev.c
index efa9445..4573c7b 100644 (file)
@@ -3058,7 +3058,7 @@ static void e1000_watchdog_task(struct work_struct *work)
                        case SPEED_10:
                                txb2b = 0;
                                netdev->tx_queue_len = 10;
-                               adapter->tx_timeout_factor = 14;
+                               adapter->tx_timeout_factor = 16;
                                break;
                        case SPEED_100:
                                txb2b = 0;