qcacmn: Print all the remaining scan req params
Print all remaining scan req params while printing scan req. Change-Id: If81ff0fd12a65e207576254bd787fa8711088269 CRs-Fixed: 3566116
This commit is contained in:

committed by
Rahul Choudhary

szülő
552bef7535
commit
68e0b883b4
@@ -1267,6 +1267,11 @@ static inline void scm_print_scan_req_info(struct scan_req_params *req)
|
||||
req->scan_ctrl_flags_ext, req->scan_events,
|
||||
req->scan_policy_type, req->scan_f_wide_band,
|
||||
req->scan_priority);
|
||||
scm_nofl_debug("Scan Type %d rest time: min %d max %d probe spacing %d idle %d probe delay %d scan offset %d burst duration %d adaptive dwell mode %d",
|
||||
req->scan_type, req->min_rest_time, req->max_rest_time,
|
||||
req->probe_spacing_time, req->idle_time,
|
||||
req->probe_delay, req->scan_offset_time,
|
||||
req->burst_duration, req->adaptive_dwell_time_mode);
|
||||
|
||||
for (idx = 0; idx < req->num_ssids; idx++)
|
||||
scm_nofl_debug("SSID[%d]: " QDF_SSID_FMT, idx,
|
||||
|
Reference in New Issue
Block a user