aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/meth.c')
-rw-r--r--drivers/net/meth.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/meth.c b/drivers/net/meth.c
index 2af81735386..9f72cb45f4a 100644
--- a/drivers/net/meth.c
+++ b/drivers/net/meth.c
@@ -51,14 +51,11 @@
51 51
52static const char *meth_str="SGI O2 Fast Ethernet"; 52static const char *meth_str="SGI O2 Fast Ethernet";
53 53
54#define HAVE_TX_TIMEOUT
55/* The maximum time waited (in jiffies) before assuming a Tx failed. (400ms) */ 54/* The maximum time waited (in jiffies) before assuming a Tx failed. (400ms) */
56#define TX_TIMEOUT (400*HZ/1000) 55#define TX_TIMEOUT (400*HZ/1000)
57 56
58#ifdef HAVE_TX_TIMEOUT
59static int timeout = TX_TIMEOUT; 57static int timeout = TX_TIMEOUT;
60module_param(timeout, int, 0); 58module_param(timeout, int, 0);
61#endif
62 59
63/* 60/*
64 * This structure is private to each device. It is used to pass 61 * This structure is private to each device. It is used to pass