Jelajahi Sumber

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 9 tahun lalu
induk
melakukan
b8f2bb50a4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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