qcacmn: Run time enablement of CE tasklet debug

Add support for enbalement of CE_TASKET_DEBUG_ENABLE in
run time.

Change-Id: I0132c3b989b75e7d526680f1e5f73a716e9db54c
CRs-Fixed:: 2610811
This commit is contained in:
Surya Prakash Raajen
2020-01-28 18:43:43 +05:30
committed by nshrivas
parent 4b07f4beec
commit c10ffa0652
5 changed files with 49 additions and 20 deletions

View File

@@ -1996,6 +1996,10 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_GET_PDEV_NUM_PEERS = 435,
/* Number of monitor vdevs configured per PDEV */
OL_ATH_PARAM_GET_PDEV_NUM_MONITOR_VDEVS = 436,
#ifdef CE_TASKLET_DEBUG_ENABLE
/* Enable/disable CE stats print */
OL_ATH_PARAM_ENABLE_CE_LATENCY_STATS = 437,
#endif
};
#endif
/* Bitmasks for stats that can block */