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

Commit d9ce8a22 authored by Gururaj Pandurangi's avatar Gururaj Pandurangi Committed by Gerrit - the friendly Code Review server
Browse files

qcacmn: Add message to print off-channel timestamp

Add a log to print off-channel timestamp to verify
off-channel time.

Change-Id: I6b105a7114d372a9d8f9d6f78c601455180df775
CRs-Fixed: 2895189
parent d98a9c20
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017-2020 The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
 *
 * Permission to use, copy, modify, and/or distribute this software for
 * any purpose with or without fee is hereby granted, provided that the
@@ -1462,9 +1462,11 @@ scm_scan_event_handler(struct scheduler_msg *msg)

	scm_event_duration_start(scan);

	scm_debug("vdevid:%d, type:%d, reason:%d, freq:%d, reqstr:%d, scanid:%d",
		  event->vdev_id, event->type, event->reason, event->chan_freq,
		  event->requester, event->scan_id);
	scm_debug("vdevid:%d, type:%d, reason:%d, freq:%d, reqstr:%d,"
		  "scanid:%d (0x%x), timestamp:%u", event->vdev_id,
		  event->type, event->reason, event->chan_freq,
		  event->requester, event->scan_id, event->scan_id,
		  event->timestamp);
	/*
	 * NLO requests are never queued, so post NLO events
	 * without checking for their presence in active queue.