brcm2708: update to latest version
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.4 / 0002-smsc95xx-Disable-turbo-mode-by-default.patch
1 From e7515ee9af1d150d50b55d8f8f53d735a23cb253 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Fri, 17 Apr 2015 16:58:45 +0100
4 Subject: [PATCH 002/232] smsc95xx: Disable turbo mode by default
5
6 ---
7 drivers/net/usb/smsc95xx.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 --- a/drivers/net/usb/smsc95xx.c
11 +++ b/drivers/net/usb/smsc95xx.c
12 @@ -70,7 +70,7 @@ struct smsc95xx_priv {
13 u8 suspend_flags;
14 };
15
16 -static bool turbo_mode = true;
17 +static bool turbo_mode = false;
18 module_param(turbo_mode, bool, 0644);
19 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");
20