qcacld-3.0: Pass original beacon TSF to user space

Pass original beacon TSF to user space application. This
TSF is used by the user space application for its internal
processing.

Change-Id: I6c1638801dba2b53cbcb5b1ebc925d6f4e035582
CRs-Fixed: 998544
diff --git a/core/hdd/src/wlan_hdd_cfg80211.h b/core/hdd/src/wlan_hdd_cfg80211.h
index 1a185b0..b2e6aa2 100644
--- a/core/hdd/src/wlan_hdd_cfg80211.h
+++ b/core/hdd/src/wlan_hdd_cfg80211.h
@@ -121,6 +121,7 @@
  * @type: Type
  * @age: Age
  * @tsf_delta: tsf delta from FW
+ * @beacon_tsf: original beacon TSF
  */
 typedef struct {
 	u8 element_id;
@@ -131,6 +132,7 @@
 	u32 type;
 	u32 age;
 	u32 tsf_delta;
+	u64 beacon_tsf;
 } __attribute__ ((packed)) qcom_ie_age;
 #endif