| Submitter | Steffen Klassert |
|---|---|
| Date | March 11, 2009, 11:31 a.m. |
| Message ID | <20090311113130.GA26526@newton.mathematik.tu-chemnitz.de> |
| Download | mbox | patch |
| Permalink | /patch/24298/ |
| State | RFC |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/net/3c59x.c b/drivers/net/3c59x.c index b2563d3..c45c400 100644 --- a/drivers/net/3c59x.c +++ b/drivers/net/3c59x.c @@ -60,7 +60,7 @@ static int watchdog = 5000; * of possible Tx stalls if the system is blocking interrupts * somewhere else. Undefine this to disable. */ -#define tx_interrupt_mitigation 1 +#define tx_interrupt_mitigation 0 /* Put out somewhat more debugging messages. (0: no msg, 1 minimal .. 6). */ #define vortex_debug debug