Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c86e0b9 authored by Bruce Allan's avatar Bruce Allan Committed by David S. Miller
Browse files

e1000e: add Tx timeout factor for 100Mbps



On some devices (e.g. 82578) not having a Tx timeout factor when linked at
100Mbps can cause false reports of hardware hangs on busy hubs.

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 29afd690
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3627,7 +3627,7 @@ static void e1000_watchdog_task(struct work_struct *work)
			case SPEED_100:
				txb2b = 0;
				netdev->tx_queue_len = 100;
				/* maybe add some timeout factor ? */
				adapter->tx_timeout_factor = 10;
				break;
			}