qcacld-3.0: usb: Make HTC_MAX_MSG_PER_BUNDLE_TX configurable

Make HTC_MAX_MSG_PER_BUNDLE_TX configurable through config files.
Also set HTC_MAX_MSG_PER_BUNDLE_TX to 48 for QCN7605 usb.

Change-Id: If6616251f536c35db087d5623a81c8a3f02da725
CRs-Fixed: 2544743
This commit is contained in:
Ajit Pal Singh 2019-10-09 18:32:16 +05:30 committed by nshrivas
parent 8002381c13
commit 7fef54a8ac
3 changed files with 6 additions and 0 deletions

4
Kbuild
View File

@ -2825,6 +2825,10 @@ ifdef CONFIG_TGT_NUM_MSDU_DESC
ccflags-y += -DCFG_TGT_NUM_MSDU_DESC=$(CONFIG_TGT_NUM_MSDU_DESC)
endif
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_ROAM_OFFLOAD_MAX_VDEV
ccflags-y += -DCFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_VDEV=$(CONFIG_CFG_ROAM_OFFLOAD_MAX_VDEV)
endif

View File

@ -62,4 +62,5 @@ CONFIG_QCN7605_SUPPORT := y
CONFIG_TGT_NUM_MSDU_DESC := 0
# For OOB wakeup
CONFIG_WLAN_FEATURE_WOW_PULSE := y
CONFIG_HTC_MAX_MSG_PER_BUNDLE_TX := 48
###################################

View File

@ -67,4 +67,5 @@ CONFIG_QCN7605_SUPPORT := y
CONFIG_TGT_NUM_MSDU_DESC := 0
# For OOB wakeup
CONFIG_WLAN_FEATURE_WOW_PULSE := y
CONFIG_HTC_MAX_MSG_PER_BUNDLE_TX := 48
###################################