pch_gbe: fix transmit watchdog timeout
authorAndy Cress <andycress@gmail.com>
Thu, 26 Jul 2012 05:59:07 +0000 (05:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Jul 2012 21:29:51 +0000 (14:29 -0700)
commit913f53e4c8a464c46a70898c88f2291ade28c196
tree139bb2be53625d368420d7a59f6af14aaab3ab68
parent9c50c0358f31f81dbcf7fa55089865f1efd9928d
pch_gbe: fix transmit watchdog timeout

An extended ping test with 6 vlans resulted in a driver oops with a
netdev transmit timeout.
Fix WATCHDOG_TIMEOUT to be more like e1000e at 5 * HZ, to avoid
unnecessary transmit timeouts.

Signed-off-by: Andy Cress <andy.cress@us.kontron.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c