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