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:

committed by
nshrivas

parent
4b07f4beec
commit
c10ffa0652
@@ -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 */
|
||||
|
Reference in New Issue
Block a user