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

Commit d6ad7542 authored by Mahesh Kumar Kalikot Veetil's avatar Mahesh Kumar Kalikot Veetil
Browse files

cnss2: Enable io-coherency



Don't disable 'io-coherency' by default in cnss2 driver. PCI device
tree property "dma-coherent" controls this feature.

Change-Id: Iba4505cd011950ddaed1115ec32fd609f49aa415
Signed-off-by: default avatarMahesh Kumar Kalikot Veetil <mkalikot@codeaurora.org>
parent d331359f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#define COLD_BOOT_CAL_SHUTDOWN_DELAY_MS	50
#define WLAN_WD_TIMEOUT_MS		60000

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