浏览代码

qcacld-3.0: genoa: Add config for max beaconing entities

Add config option for max beaconing entities for Genoa.

Change-Id: I4b38911b3a0e4a032baa9d101c21e4f400fac755
CRs-Fixed: 2360873
Ajit Pal Singh 6 年之前
父节点
当前提交
721004499c
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 4 0
      Kbuild
  2. 3 0
      configs/genoa.common

+ 4 - 0
Kbuild

@@ -2502,6 +2502,10 @@ ifdef CONFIG_SIR_SAP_MAX_NUM_PEERS
 ccflags-y += -DSIR_SAP_MAX_NUM_PEERS=$(CONFIG_SIR_SAP_MAX_NUM_PEERS)
 endif
 
+ifdef CONFIG_BEACON_TX_OFFLOAD_MAX_VDEV
+ccflags-y += -DCFG_TGT_DEFAULT_BEACON_TX_OFFLOAD_MAX_VDEV=$(CONFIG_BEACON_TX_OFFLOAD_MAX_VDEV)
+endif
+
 ifdef CONFIG_LOCK_STATS_ON
 ccflags-y += -DQDF_LOCK_STATS=1
 ccflags-y += -DQDF_LOCK_STATS_DESTROY_PRINT=0

+ 3 - 0
configs/genoa.common

@@ -197,4 +197,7 @@ CONFIG_SIR_MAX_SUPPORTED_BSS := 3
 #Number of STA sessions max connected to our SAP, used for allocating memory
 #should never be less then number of max peers - INI
 CONFIG_SIR_SAP_MAX_NUM_PEERS := 10
+
+#Max no of offloaded beaconing entities supported
+CONFIG_BEACON_TX_OFFLOAD_MAX_VDEV := 3
 ###################################