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

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

Merge "cnss2: Increase QMI and FW ready timeouts"

parents 5b9cb3f6 cf983780
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#define CNSS_DUMP_NAME			"CNSS_WLAN"
#define WLAN_RECOVERY_DELAY		1000
#define FILE_SYSTEM_READY		1
#define FW_READY_TIMEOUT		5000
#define FW_READY_TIMEOUT		20000
#define CNSS_EVENT_PENDING		2989

static struct cnss_plat_data *plat_env;
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@
#define BDF_FILE_NAME_PREFIX		"bdwlan.b"

#ifdef CONFIG_CNSS2_DEBUG
static unsigned long qmi_timeout = 3000;
static unsigned long qmi_timeout = 10000;
module_param(qmi_timeout, ulong, S_IRUSR | S_IWUSR);
MODULE_PARM_DESC(qmi_timeout, "Timeout for QMI message in milliseconds");

#define QMI_WLFW_TIMEOUT_MS		qmi_timeout
#else
#define QMI_WLFW_TIMEOUT_MS		3000
#define QMI_WLFW_TIMEOUT_MS		10000
#endif

static bool daemon_support;