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

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

Merge "cnss2: Enable cnss-daemon support by default"

parents 3628fb00 e1a49af4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ MODULE_PARM_DESC(qmi_timeout, "Timeout for QMI message in milliseconds");

#define QMI_WLFW_MAX_RECV_BUF_SIZE	SZ_8K

static bool daemon_support;
static bool daemon_support = true;
module_param(daemon_support, bool, 0600);
MODULE_PARM_DESC(daemon_support, "User space has cnss-daemon support or not");