qcacld-3.0: Add DP tracing API to DP component
Add DP tracing API to DP component Change-Id: Ic55d62a533e4960b258644b9bdc96e856d010bf4 CRs-Fixed: 3165203
This commit is contained in:

committed by
Madan Koyyalamudi

parent
3cdb874884
commit
1fd4974449
@@ -53,5 +53,16 @@
|
||||
*/
|
||||
#define DP_TRACE_CONFIG_DEFAULT_THRESH_TIME_LIMIT (10)
|
||||
|
||||
/* Default proto bitmap in case its missing in gDptraceConfig string */
|
||||
#define DP_TRACE_CONFIG_DEFAULT_BITMAP \
|
||||
(QDF_NBUF_PKT_TRAC_TYPE_EAPOL |\
|
||||
QDF_NBUF_PKT_TRAC_TYPE_DHCP |\
|
||||
QDF_NBUF_PKT_TRAC_TYPE_MGMT_ACTION |\
|
||||
QDF_NBUF_PKT_TRAC_TYPE_ARP |\
|
||||
QDF_NBUF_PKT_TRAC_TYPE_ICMP |\
|
||||
QDF_NBUF_PKT_TRAC_TYPE_ICMPv6)\
|
||||
|
||||
/* Default verbosity, in case its missing in gDptraceConfig string*/
|
||||
#define DP_TRACE_CONFIG_DEFAULT_VERBOSTY QDF_DP_TRACE_VERBOSITY_LOW
|
||||
#endif
|
||||
#endif /* WLAN_DP_CFG_H__ */
|
||||
|
@@ -666,6 +666,15 @@ void ucfg_dp_set_nud_stats_cb(struct wlan_objmgr_psoc *psoc, void *cookie);
|
||||
*/
|
||||
void ucfg_dp_clear_nud_stats_cb(struct wlan_objmgr_psoc *psoc);
|
||||
|
||||
/**
|
||||
* ucfg_dp_set_dump_dp_trace() - set DP Trace
|
||||
* @cmd_type : command
|
||||
* @count : Number of lines to dump
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void ucfg_dp_set_dump_dp_trace(uint16_t cmd_type, uint16_t count);
|
||||
|
||||
/**
|
||||
* ucfg_dp_req_get_arp_stats() - Send Get ARP set request to FW
|
||||
* @psoc: psoc context
|
||||
|
Reference in New Issue
Block a user