qcacld-3.0: Provide sequence control information to userspace

Provide sequence control information to userpace tool via
vendor IE.

Change-Id: Ic0489f7fca3519964b12aa5f272bd66a4d02115c
CRs-Fixed: 1050754
diff --git a/core/hdd/src/wlan_hdd_cfg80211.h b/core/hdd/src/wlan_hdd_cfg80211.h
index d3adc4f..d27e33c 100644
--- a/core/hdd/src/wlan_hdd_cfg80211.h
+++ b/core/hdd/src/wlan_hdd_cfg80211.h
@@ -122,6 +122,7 @@
  * @age: Age
  * @tsf_delta: tsf delta from FW
  * @beacon_tsf: original beacon TSF
+ * @seq_ctrl: sequence control field
  */
 typedef struct {
 	u8 element_id;
@@ -133,6 +134,7 @@
 	u32 age;
 	u32 tsf_delta;
 	u64 beacon_tsf;
+	u16 seq_ctrl;
 } __attribute__ ((packed)) qcom_ie_age;
 #endif