qcacld-3.0: Add qdf time API's

Replace CDF time API's with QDF time API's.

Change-Id: I3418f5603e5a05219a8470de3a9197928a3a8f13
CRs-Fixed: 981188
diff --git a/core/dp/txrx/ol_rx_reorder.c b/core/dp/txrx/ol_rx_reorder.c
index da0d486..79e42e7 100644
--- a/core/dp/txrx/ol_rx_reorder.c
+++ b/core/dp/txrx/ol_rx_reorder.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2015 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -656,8 +656,8 @@
 				htt_rx_mpdu_desc_pn(htt_pdev, rx_desc, &pn,
 						    pn_len);
 
-				current_time_ms = cdf_system_ticks_to_msecs(
-					cdf_system_ticks());
+				current_time_ms = qdf_system_ticks_to_msecs(
+					qdf_system_ticks());
 				if (TXRX_PN_CHECK_FAILURE_PRINT_PERIOD_MS <
 				    (current_time_ms -
 				     last_pncheck_print_time)) {