qcacmn: Add mtrace logging for scan request

We are transitioning to new logging infrastructure
by using existing mtrace functionality.
Add new logging for complete scan request and response path.

Change-Id: Iac644a78ef521721d33ce7568be56b47c55fed6b
CRs-Fixed: 2308272
This commit is contained in:
Ashish Kumar Dhanotiya
2018-07-11 20:46:06 +05:30
committed by nshrivas
parent ea5d70a34a
commit a6c1ffdcaf

View File

@@ -906,6 +906,9 @@ void p2p_scan_event_cb(struct wlan_objmgr_vdev *vdev,
p2p_err("Failed to find valid P2P roc context");
return;
}
qdf_mtrace(QDF_MODULE_ID_SCAN, QDF_MODULE_ID_P2P, event->type,
event->vdev_id, event->scan_id);
switch (event->type) {
case SCAN_EVENT_TYPE_STARTED:
p2p_process_scan_start_evt(curr_roc_ctx);