Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d37da7c authored by Bapiraju Alla's avatar Bapiraju Alla Committed by Gerrit - the friendly Code Review server
Browse files

qcacld-3.0: Increase latency detection timer timeout and threshold

Currently latency detection timer timeout and threshold values are
used as 2 and 1.9 seconds respectively. After going through few
issues, 2seconds found to be too aggressive and hence increasing
these values to 4 and 3.9 seconds respectively.

Change-Id: Ie9314b517a7a8e47460effc86e5b3fb939dcbb33
CRs-Fixed: 2921474
parent eadbd64f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3742,8 +3742,8 @@ ccflags-$(CONFIG_GET_DRIVER_MODE) += -DFEATURE_GET_DRIVER_MODE
ifeq ($(CONFIG_SMP), y)
ifeq ($(CONFIG_HIF_DETECTION_LATENCY_ENABLE), y)
cppflags-y += -DHIF_DETECTION_LATENCY_ENABLE
cppflags-y += -DDETECTION_TIMER_TIMEOUT=2000
cppflags-y += -DDETECTION_LATENCY_THRESHOLD=1900
cppflags-y += -DDETECTION_TIMER_TIMEOUT=4000
cppflags-y += -DDETECTION_LATENCY_THRESHOLD=3900
endif
endif