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

Commit 1ea1f3f5 authored by Lior David's avatar Lior David
Browse files

wil6210: use INTX interrupt by default



Currently there is a problem with MSI interrupts and
suspend/resume which causes FW crashes. The problem
is under investigation but for now switch to using
INTX interrupts by default until it is resolved.

Change-Id: Ic2ec8ff2173b82efdd3daa114bb2336285d386f3
Signed-off-by: default avatarLior David <liord@codeaurora.org>
parent c089667e
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);