qcacmn: Apply timer multiplier to qdf_timer

The qdf_timer_multiplier is currently applied to qdf_mc_timer and
qdf_event. In addition to these cases, also apply qdf_timer_multiplier
to qdf_timer to enable more debugging scenarios.

Change-Id: Ie3bd340dd2e8f1bec7e5bfa7ec3f0d0ceaa32e6d
CRs-Fixed: 2393017
This commit is contained in:
Dustin Brown
2019-02-04 10:48:31 -08:00
committed by nshrivas
parent a151be66dd
commit 8f1ded29ed
2 changed files with 8 additions and 9 deletions

View File

@@ -35,12 +35,7 @@
#define LINUX_INVALID_TIMER_COOKIE 0xfeedface
#define TMR_INVALID_ID (0)
/* qdf timer multiplier */
#ifdef QCA_WIFI_NAPIER_EMULATION
static uint32_t g_qdf_timer_multiplier = 100;
#else
static uint32_t g_qdf_timer_multiplier = 1;
#endif
inline void qdf_timer_set_multiplier(uint32_t multiplier)
{