smsc95xx: Disable turbo mode by default

This commit is contained in:
popcornmix
2015-04-17 16:58:45 +01:00
parent 23b133903a
commit e7515ee9af

View File

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