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

Commit 9e4599bb authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "icnss: Reduce timeout for waiting response message from firmware"

parents 0ed0995f 7eee4637
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -33,11 +33,11 @@
#include "icnss_private.h"
#include "icnss_private.h"


#ifdef CONFIG_ICNSS_DEBUG
#ifdef CONFIG_ICNSS_DEBUG
unsigned long qmi_timeout = 10000;
unsigned long qmi_timeout = 3000;
module_param(qmi_timeout, ulong, 0600);
module_param(qmi_timeout, ulong, 0600);
#define WLFW_TIMEOUT			msecs_to_jiffies(qmi_timeout)
#define WLFW_TIMEOUT			msecs_to_jiffies(qmi_timeout)
#else
#else
#define WLFW_TIMEOUT			msecs_to_jiffies(10000)
#define WLFW_TIMEOUT			msecs_to_jiffies(3000)
#endif
#endif


#define WLFW_SERVICE_INS_ID_V01		0
#define WLFW_SERVICE_INS_ID_V01		0