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

Commit 15b4aa72 authored by Himanshu Agarwal's avatar Himanshu Agarwal Committed by Gerrit - the friendly Code Review server
Browse files

net: CNSS: Define new config WLAN_FEATURE_RX_WAKELOCK



qcom_rx_wakelock needs to be acquired to prevent device from
going in suspend state while running throughput when USB is
disconnected with LCD off.

Define new config WLAN_FEATURE_RX_WAKELOCK to enable feature
based macro in wlan host driver and subsequently initialize
qcom_rx_wakelock.

Change-Id: Ic06fadc2293247a8237e426b479ce82c7dd39ede
CRs-Fixed: 971578
Signed-off-by: default avatarHimanshu Agarwal <himanaga@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -76,3 +76,9 @@ config BUS_AUTO_SUSPEND
	  requires CNSS driver support.

source "drivers/net/wireless/cnss/logger/Kconfig"

config WLAN_FEATURE_RX_WAKELOCK
	bool "Enable RX wake lock feature"
	help
	Enable WLAN_FEATURE_HOLD_RX_WAKELOCK which is required to take rx
	wakelock when driver receives packets from fw.