Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc0085b8 authored by Dundi Raviteja's avatar Dundi Raviteja Committed by Gerrit - the friendly Code Review server
Browse files

wlan: Add logs for schedule scan plan

Add logs for schedule scan plan iterations and interval
which can be helpful in debugging.

Change-Id: I33e380678ec09c0fda94b0e603ee96ff3c992a5c
CRs-Fixed: 2636278
parent 926f70d3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19842,6 +19842,12 @@ static void hdd_config_sched_scan_plan(tpSirPNOScanReq pno_req,
            request->scan_plans[i].iterations;
        pno_req->scanTimers.aTimerValues[i].uTimerValue =
            request->scan_plans[i].interval;
        VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
                  "scan plan - %d, iterations = %d",
                  i, request->scan_plans[i].iterations);
        VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
                  "scan plan - %d, interval = %d",
                  i, request->scan_plans[i].interval);
    }
}
#else