qcacmn: Add support to enable/disable packetlog using iwpriv
Add support to enable/disable packetlog using iwpriv wlan0 pktlog command. CRs-Fixed: 970647 Change-Id: I4f7c64332e971591b7a08020a412e6f3979b718d
This commit is contained in:

committed by
Manjunathappa Prakash

parent
7c83dcdc38
commit
47ec248c19
@@ -2312,13 +2312,14 @@ wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl,
|
||||
#ifndef WMI_NON_TLV_SUPPORT
|
||||
QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl,
|
||||
WMI_PKTLOG_EVENT pktlog_event,
|
||||
uint32_t cmd_id)
|
||||
uint32_t cmd_id,
|
||||
uint8_t user_triggered)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
|
||||
|
||||
if (wmi_handle->ops->send_pktlog_wmi_send_cmd)
|
||||
return wmi_handle->ops->send_pktlog_wmi_send_cmd(wmi_handle,
|
||||
pktlog_event, cmd_id);
|
||||
pktlog_event, cmd_id, user_triggered);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user