瀏覽代碼

qcacld-3.0: Define unexpected interface combo configs

Current code does not have certain Kconfig configs
defined, used to disable unexpected interface
combinations. Fix this by defining in Kconfig.

Change-Id: I6289ce95df232b05d6c1ba406dca9ccf09df468d
CRs-Fixed: 3622374
Mohammed Ahmed 1 年之前
父節點
當前提交
88ae2e5393
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      Kconfig

+ 16 - 0
Kconfig

@@ -9,6 +9,22 @@ config QCA_CLD_WLAN
 
 
 if QCA_CLD_WLAN != n
 if QCA_CLD_WLAN != n
 
 
+config WLAN_FEATURE_NO_STA_SAP_CONCURRENCY
+	bool "Enable WLAN_FEATURE_NO_STA_SAP_CONCURRENCY"
+	default n
+
+config WLAN_FEATURE_NO_STA_NAN_CONCURRENCY
+	bool "Enable WLAN_FEATURE_NO_STA_NAN_CONCURRENCY"
+	default n
+
+config WLAN_FEATURE_NO_SAP_NAN_CONCURRENCY
+	bool "Enable WLAN_FEATURE_NO_SAP_NAN_CONCURRENCY"
+	default n
+
+config WLAN_FEATURE_NO_P2P_CONCURRENCY
+	bool "Enable WLAN_FEATURE_NO_P2P_CONCURRENCY"
+	default n
+
 config 160MHZ_SUPPORT
 config 160MHZ_SUPPORT
 	bool "Enable 160MHZ_SUPPORT"
 	bool "Enable 160MHZ_SUPPORT"
 	default n
 	default n