2015-12-17 09:29:22 +00:00
|
|
|
From 582581e7046186496b836d5ca9d349fe142b7a5c Mon Sep 17 00:00:00 2001
|
2015-07-17 12:48:39 +00:00
|
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
|
|
Date: Fri, 17 Apr 2015 16:58:45 +0100
|
2015-12-17 09:29:22 +00:00
|
|
|
Subject: [PATCH 065/222] smsc95xx: Disable turbo mode by default
|
2015-07-17 12:48:39 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
drivers/net/usb/smsc95xx.c | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
--- a/drivers/net/usb/smsc95xx.c
|
|
|
|
+++ b/drivers/net/usb/smsc95xx.c
|
|
|
|
@@ -71,7 +71,7 @@ struct smsc95xx_priv {
|
|
|
|
u8 suspend_flags;
|
|
|
|
};
|
|
|
|
|
|
|
|
-static bool turbo_mode = true;
|
|
|
|
+static bool turbo_mode = false;
|
|
|
|
module_param(turbo_mode, bool, 0644);
|
|
|
|
MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");
|
|
|
|
|