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
This commit is contained in:

committed by
Vishwajith Upendra

parent
388b3f01f0
commit
b8f2bb50a4
2
Kbuild
2
Kbuild
@@ -67,7 +67,7 @@ ifeq ($(KERNEL_BUILD), 0)
|
|||||||
CONFIG_QCOM_VOWIFI_11R := y
|
CONFIG_QCOM_VOWIFI_11R := y
|
||||||
|
|
||||||
ifneq ($(CONFIG_QCA_CLD_WLAN),)
|
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
|
#Flag to enable Protected Managment Frames (11w) feature
|
||||||
CONFIG_WLAN_FEATURE_11W := y
|
CONFIG_WLAN_FEATURE_11W := y
|
||||||
#Flag to enable LTE CoEx feature
|
#Flag to enable LTE CoEx feature
|
||||||
|
Reference in New Issue
Block a user