Commit 8fcc6033 authored by Abhimanyu's avatar Abhimanyu Committed by David S. Miller

gianfar: Increase TX_TIMEOUT to 5HZ

Increased TX_TIMEOUT to 5HZ to accommodate worst case situation
for traffic and CPU intensive use cases
Signed-off-by: default avatarPriyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: default avatarAbhimanyu <abhimanyu@freescale.com>
Acked-by: default avatarClaudiu Manoil <claudiu.manoil@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d59542dd
......@@ -107,7 +107,7 @@
#include "gianfar.h"
#define TX_TIMEOUT (1*HZ)
#define TX_TIMEOUT (5*HZ)
const char gfar_driver_version[] = "2.0";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment