From b8f2bb50a4772bb6b90d71e74765c91c9c36c9cf Mon Sep 17 00:00:00 2001 From: Yue Ma Date: Fri, 19 Feb 2016 16:44:06 -0800 Subject: [PATCH] qcacld-3.0: Enable some features depending on ICNSS platform driver Currently some features depending on platform driver are only enabled when CNSS driver is enabled. Enable these features as well when ICNSS driver is enabled. Change-Id: I9c5296e888f81fcd40101f87d289f60f40f299e7 CRs-fixed: 979523 --- Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kbuild b/Kbuild index b2ed9e5ea8..545389c1c0 100755 --- a/Kbuild +++ b/Kbuild @@ -67,7 +67,7 @@ ifeq ($(KERNEL_BUILD), 0) CONFIG_QCOM_VOWIFI_11R := y ifneq ($(CONFIG_QCA_CLD_WLAN),) - ifeq ($(CONFIG_CNSS),y) + ifeq (y,$(filter y,$(CONFIG_CNSS) $(CONFIG_ICNSS))) #Flag to enable Protected Managment Frames (11w) feature CONFIG_WLAN_FEATURE_11W := y #Flag to enable LTE CoEx feature