summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.1/0065-smsc95xx-Disable-turbo-mode-by-default.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-25 10:14:05 +0000
committerJohn Crispin <john@openwrt.org>2016-02-25 10:14:05 +0000
commit0834f9f07631a8857a96614e37cb21e1dc84ffb4 (patch)
treec62e777de69d8397ed7870991bc46d5648a20046 /target/linux/brcm2708/patches-4.1/0065-smsc95xx-Disable-turbo-mode-by-default.patch
parentb3dc9566a46efa67951ff6ae28e4397da9db92af (diff)
downloadmaster-31e0f0ae-0834f9f07631a8857a96614e37cb21e1dc84ffb4.tar.gz
master-31e0f0ae-0834f9f07631a8857a96614e37cb21e1dc84ffb4.tar.bz2
master-31e0f0ae-0834f9f07631a8857a96614e37cb21e1dc84ffb4.zip
brcm2708: remove linux 4.1 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48766
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0065-smsc95xx-Disable-turbo-mode-by-default.patch')
-rw-r--r--target/linux/brcm2708/patches-4.1/0065-smsc95xx-Disable-turbo-mode-by-default.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/brcm2708/patches-4.1/0065-smsc95xx-Disable-turbo-mode-by-default.patch b/target/linux/brcm2708/patches-4.1/0065-smsc95xx-Disable-turbo-mode-by-default.patch
deleted file mode 100644
index 2e201f98f6..0000000000
--- a/target/linux/brcm2708/patches-4.1/0065-smsc95xx-Disable-turbo-mode-by-default.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 582581e7046186496b836d5ca9d349fe142b7a5c Mon Sep 17 00:00:00 2001
-From: popcornmix <popcornmix@gmail.com>
-Date: Fri, 17 Apr 2015 16:58:45 +0100
-Subject: [PATCH 065/222] smsc95xx: Disable turbo mode by default
-
----
- 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");
-