smsc95xx: Disable turbo mode by default

This commit is contained in:
popcornmix
2015-04-17 16:58:45 +01:00
parent 731be886de
commit 515f9ddee9

View File

@@ -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");