Parcourir la source

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
Yue Ma il y a 9 ans
Parent
commit
b8f2bb50a4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Kbuild

+ 1 - 1
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