diff options
| author | Anurag Chouhan <achouhan@codeaurora.org> | 2016-02-18 20:11:33 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-03-24 11:57:42 -0700 |
| commit | 50220ce67c2d9a67decf6995ccdadf96f21b815b (patch) | |
| tree | 91a62aac16c3f8bba2328252c7cfb9696f76e332 /core/utils/logging | |
| parent | fb54ab0eac58d30a0ea9ae60628a87e3ea2edf1c (diff) | |
qcacld-3.0: Add qdf time API's
Replace CDF time API's with QDF time API's.
Change-Id: I3418f5603e5a05219a8470de3a9197928a3a8f13
CRs-Fixed: 981188
Diffstat (limited to 'core/utils/logging')
| -rw-r--r-- | core/utils/logging/src/wlan_logging_sock_svc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/utils/logging/src/wlan_logging_sock_svc.c b/core/utils/logging/src/wlan_logging_sock_svc.c index 60cbfb3b1bb6..09fec12a8890 100644 --- a/core/utils/logging/src/wlan_logging_sock_svc.c +++ b/core/utils/logging/src/wlan_logging_sock_svc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 The Linux Foundation. All rights reserved. + * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -35,7 +35,7 @@ #include <cds_api.h> #include <wlan_logging_sock_svc.h> #include <kthread.h> -#include <cdf_time.h> +#include <qdf_time.h> #include <wlan_ptt_sock_svc.h> #include "pktlog_ac.h" #include <host_diag_core_event.h> @@ -322,7 +322,7 @@ int wlan_log_to_user(CDF_TRACE_LEVEL log_level, char *to_be_sent, int length) return 0; } - ts = cdf_get_log_timestamp(); + ts = qdf_get_log_timestamp(); tlen = wlan_add_user_log_time_stamp(tbuf, sizeof(tbuf), ts); /* 1+1 indicate '\n'+'\0' */ |
