qcacmn: Add api for dumping the CE discriptors

API for dumping the CE descriptors copies all descriptors for
the given Copy engine id and also copies the SKB packet pointed
by the descriptors till smart_log_skb_sz bytes.

Change-Id: I511bda77319944c1ec2377f716087956ce0637ac
CRs-Fixed: 2008290
This commit is contained in:
c_cgodav
2017-02-17 12:06:35 +05:30
committed by nshrivas
parent cae37fee6e
commit 862541432b
3 changed files with 220 additions and 0 deletions

View File

@@ -1243,8 +1243,11 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_DFS_HOST_WAIT_TIMEOUT = 367,
#endif
OL_ATH_PARAM_NF_THRESH = 368,
#ifdef OL_ATH_SMART_LOGGING
OL_ATH_PARAM_SMARTLOG_ENABLE = 369,
OL_ATH_PARAM_SMARTLOG_FATAL_EVENT = 370,
OL_ATH_PARAM_SMARTLOG_SKB_SZ = 371,
#endif /* OL_ATH_SMART_LOGGING */
};