mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
smsc95xx: Disable turbo mode by default
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user