qcacld-3.0: Add QDF types

Replace CDF types with QDF types

Change-Id: Idd6e65b148efb54f22d6951572957f1c6166465b
CRs-Fixed: 981188
diff --git a/core/hdd/inc/wlan_hdd_wext.h b/core/hdd/inc/wlan_hdd_wext.h
index 809d4b4..c91add3 100644
--- a/core/hdd/inc/wlan_hdd_wext.h
+++ b/core/hdd/inc/wlan_hdd_wext.h
@@ -229,7 +229,7 @@
 	tCsrRoamProfile roamProfile;
 
 	/** BSSID to which connect request is received */
-	struct cdf_mac_addr req_bssId;
+	struct qdf_mac_addr req_bssId;
 
 	/** The association status code */
 	uint32_t statusCode;
@@ -339,7 +339,7 @@
 extern void *mem_alloc_copy_from_user_helper(const void *wrqu_data, size_t len);
 
 extern QDF_STATUS wlan_hdd_get_linkspeed_for_peermac(hdd_adapter_t *pAdapter,
-					     struct cdf_mac_addr mac_address);
+					     struct qdf_mac_addr mac_address);
 void hdd_clear_roam_profile_ie(hdd_adapter_t *pAdapter);
 
 uint8_t *wlan_hdd_get_vendor_oui_ie_ptr(uint8_t *oui, uint8_t oui_size,