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

Commit 953f44dc authored by Yuanyuan Liu's avatar Yuanyuan Liu
Browse files

cnss2: Disable cnss-daemon support



Disable cnss-daemon support as cnss-daemon is not present in the
file system.

Change-Id: I389bbb51fd9f8f4307fd1ffa919cd1440a078d97
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent 35f149ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#define FW_ASSERT_TIMEOUT		5000
#define CNSS_EVENT_PENDING		2989

#define CNSS_QUIRKS_DEFAULT		BIT(ENABLE_DAEMON_SUPPORT)
#define CNSS_QUIRKS_DEFAULT		0
#ifdef CONFIG_CNSS_EMULATION
#define CNSS_MHI_TIMEOUT_DEFAULT	90000
#else