qcacld-3.0: Avoid obj mgr logging on console for MCC

Avoid obj mgr logging of get ref API print on console
for MCC as it leads to excessive logging and assert.

Change-Id: I75fb9381a7c122f4d7701888da35c7e38836250e
CRs-Fixed: 2941196
This commit is contained in:
Gururaj Pandurangi 2021-05-07 11:57:08 -07:00 committed by Madan Koyyalamudi
parent 1f2a49ed00
commit 8d62ca99ce

2
Kbuild
View File

@ -3998,6 +3998,8 @@ ccflags-y += -DLOG_DEL_OBJ_TIMEOUT_VALUE_MSEC=10000
ccflags-y += -DLOG_DEL_OBJ_DESTROY_DURATION_SEC=10
ccflags-y += -DWLAN_OBJMGR_RATELIMIT_THRESH=0
# Defining Reduction Limit 0 for MCL. If it is not defined,
#then WLAN_SCHED_REDUCTION_LIMIT will be 32 for
# WIN.