qcacld-3.0: Export CFG_TGT_DEFAULT_BMISS_OFFLOAD_MAX_VDEV
In order to support four STA default interfaces to be created and up after driver loaded, it requires setting bmiss_offload_max_vdev=4 to Hastings fw. So export this variable to be configurable and can be modified if in need. Change-Id: I25db5dd72de7d45c6be682891abba711edaf20dd CRs-Fixed: 3030148
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

orang tua
9f1ab09dbf
melakukan
c87f453be0
4
Kbuild
4
Kbuild
@@ -3864,6 +3864,10 @@ ifdef CONFIG_HTC_MAX_MSG_PER_BUNDLE_TX
|
||||
ccflags-y += -DCFG_HTC_MAX_MSG_PER_BUNDLE_TX=$(CONFIG_HTC_MAX_MSG_PER_BUNDLE_TX)
|
||||
endif
|
||||
|
||||
ifdef CONFIG_CFG_BMISS_OFFLOAD_MAX_VDEV
|
||||
ccflags-y += -DCFG_TGT_DEFAULT_BMISS_OFFLOAD_MAX_VDEV=$(CONFIG_CFG_BMISS_OFFLOAD_MAX_VDEV)
|
||||
endif
|
||||
|
||||
ifdef CONFIG_CFG_ROAM_OFFLOAD_MAX_VDEV
|
||||
ccflags-y += -DCFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_VDEV=$(CONFIG_CFG_ROAM_OFFLOAD_MAX_VDEV)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user