diff options
Diffstat (limited to 'drivers/net/forcedeth.c')
-rw-r--r-- | drivers/net/forcedeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c index 74c588efa92e..0b12e48d5f37 100644 --- a/drivers/net/forcedeth.c +++ b/drivers/net/forcedeth.c | |||
@@ -818,7 +818,7 @@ struct fe_priv { | |||
818 | * Maximum number of loops until we assume that a bit in the irq mask | 818 | * Maximum number of loops until we assume that a bit in the irq mask |
819 | * is stuck. Overridable with module param. | 819 | * is stuck. Overridable with module param. |
820 | */ | 820 | */ |
821 | static int max_interrupt_work = 5; | 821 | static int max_interrupt_work = 15; |
822 | 822 | ||
823 | /* | 823 | /* |
824 | * Optimization can be either throuput mode or cpu mode | 824 | * Optimization can be either throuput mode or cpu mode |