qcacld-3.0: Add flag to filter special vendor roam log
Since special vendor roam log is not need for common roam, add flag to filter the log. Change-Id: I5eb47f68048a48f817037e5e98d3e7fe51ee6565 CRs-Fixed: 3437627
This commit is contained in:

committed by
Madan Koyyalamudi

parent
d4294aa25c
commit
39dd13c819
@@ -2822,7 +2822,10 @@ cm_roam_stats_print_trigger_info(struct wlan_objmgr_psoc *psoc,
|
||||
|
||||
/* Update roam trigger info to userspace */
|
||||
cm_roam_trigger_info_event(data, scan_data, vdev_id, is_full_scan);
|
||||
mlme_nofl_info("%s [ROAM_TRIGGER]: VDEV[%d] %s", time, vdev_id, buf);
|
||||
|
||||
if (!data->common_roam)
|
||||
mlme_nofl_info("%s [ROAM_TRIGGER]: VDEV[%d] %s",
|
||||
time, vdev_id, buf);
|
||||
qdf_mem_free(buf);
|
||||
|
||||
status = wlan_cm_update_roam_states(psoc, vdev_id, data->trigger_reason,
|
||||
|
Reference in New Issue
Block a user