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

Commit dff57893 authored by Yuanyuan Liu's avatar Yuanyuan Liu Committed by Gerrit - the friendly Code Review server
Browse files

icnss: Change QMI timeout to 10sec



QMI uses jiffies as timeout unit, hence change QMI timeout
to 10sec using msecs_to_jiffies.

CRs-Fixed: 2277126
Change-Id: I5ff35502c3bd6386bdc3526eca40595e21c8905b
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent cecc0b27
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@
#ifdef CONFIG_ICNSS_DEBUG
unsigned long qmi_timeout = 10000;
module_param(qmi_timeout, ulong, 0600);
#define WLFW_TIMEOUT			qmi_timeout
#define WLFW_TIMEOUT			msecs_to_jiffies(qmi_timeout)
#else
#define WLFW_TIMEOUT			10000
#define WLFW_TIMEOUT			msecs_to_jiffies(10000)
#endif

#define WLFW_SERVICE_INS_ID_V01		0