qcacld-3.0: Add qdf event API's

Replace CDF event API's with QDF event API's

Change-Id: I1d75c9ca01cc6bd7cac42f1ae4c1dd78f37b3d26
CRs-Fixed: 981188
diff --git a/core/hdd/inc/wlan_hdd_wext.h b/core/hdd/inc/wlan_hdd_wext.h
index 428e4f7..ca84c66 100644
--- a/core/hdd/inc/wlan_hdd_wext.h
+++ b/core/hdd/inc/wlan_hdd_wext.h
@@ -34,7 +34,7 @@
 #include <linux/wireless.h>
 #include <net/iw_handler.h>
 #include <linux/timer.h>
-#include "cdf_event.h"
+#include "qdf_event.h"
 
 /*
  * order of parameters in addTs private ioctl
@@ -250,9 +250,9 @@
 	int32_t authKeyMgmt;
 
 	/* cdf event */
-	cdf_event_t hdd_cdf_event;
+	qdf_event_t hdd_cdf_event;
 
-	cdf_event_t scanevent;
+	qdf_event_t scanevent;
 
 	/**Counter measure state, Started/Stopped*/
 	bool mTKIPCounterMeasures;