qcacld-3.0: Add QDF utils

Replace CDF utils with QDF utils.

Change-Id: Ib6b3ad56b3268b1be438f3204f91d995f8bb3900
CRs-Fixed: 981188
diff --git a/core/hdd/src/wlan_hdd_tx_rx.c b/core/hdd/src/wlan_hdd_tx_rx.c
index 6a0162e..209947d 100644
--- a/core/hdd/src/wlan_hdd_tx_rx.c
+++ b/core/hdd/src/wlan_hdd_tx_rx.c
@@ -132,7 +132,7 @@
 						   tx_flow_control_timer)) {
 			cdf_mc_timer_stop(&pAdapter->tx_flow_control_timer);
 		}
-		if (cdf_unlikely(hdd_sta_ctx->hdd_ReassocScenario)) {
+		if (qdf_unlikely(hdd_sta_ctx->hdd_ReassocScenario)) {
 			hddLog(LOGW,
 			       FL("flow control, tx queues un-pause avoided as we are in REASSOCIATING state"));
 			       return;
@@ -331,8 +331,8 @@
 			STAId = HDD_WLAN_INVALID_STA_ID;
 
 		if ((STAId == HDD_WLAN_INVALID_STA_ID) &&
-		    (cdf_is_macaddr_broadcast(pDestMacAddress) ||
-		     cdf_is_macaddr_group(pDestMacAddress))) {
+		    (qdf_is_macaddr_broadcast(pDestMacAddress) ||
+		     qdf_is_macaddr_group(pDestMacAddress))) {
 			STAId = pHddStaCtx->broadcast_ibss_staid;
 			CDF_TRACE(QDF_MODULE_ID_HDD_DATA,
 				  CDF_TRACE_LEVEL_INFO_LOW, "%s: BC/MC packet",