Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d80e555 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wil6210: use INTX interrupt by default"

parents 5df69b28 1ea1f3f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@
#include <linux/rtnetlink.h>
#include <linux/pm_runtime.h>

static bool use_msi = true;
static bool use_msi;
module_param(use_msi, bool, 0444);
MODULE_PARM_DESC(use_msi, " Use MSI interrupt, default - true");
MODULE_PARM_DESC(use_msi, " Use MSI interrupt, default - false");

static bool ftm_mode;
module_param(ftm_mode, bool, 0444);