]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite226ae8c408f89173b70c89ce92780a275404c2b
tree139bb2be53625d368420d7a59f6af14aaab3ab68
parent654bad836b81c65e6475e29541a182aeac5ff114
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