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

Commit 41f25c74 authored by Lior David's avatar Lior David
Browse files

Revert "wil6210: use INTX interrupt by default"



This reverts commit 1ea1f3f5.
The workaround is no longer needed since a proper fix got
merged that avoids turning off CPUSS AHB clock during LPM state.

Change-Id: Ia7386ee5c8432419f5c7a4c15db4ab32b24815de
Signed-off-by: default avatarLior David <liord@codeaurora.org>
parent 71cd0224
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;
static bool use_msi = true;
module_param(use_msi, bool, 0444);
MODULE_PARM_DESC(use_msi, " Use MSI interrupt, default - false");
MODULE_PARM_DESC(use_msi, " Use MSI interrupt, default - true");

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