prima: TDLS: Add channel and operating class to HAL status

The initial version of tdls HAL API has state and reason
parameters to indicate the current status. The new specification
has a specific structure with two additional parameters channel
and global operating class. This commit sends zero as the dummy
values of these parameters and makes the driver APIs compatible
to HAL. This ensures that the existing functionality will work
without fail with the new changes in the HAL.

Change-Id: I46388b055bd536520389b62a41e57d6ef97093f9
CRs-Fixed: 729185
diff --git a/CORE/HDD/inc/wlan_hdd_cfg80211.h b/CORE/HDD/inc/wlan_hdd_cfg80211.h
index 53dd364..cfef68f 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg80211.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg80211.h
@@ -239,6 +239,8 @@
     /* signed 32-bit value, but lets keep as unsigned for now */
     QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_STATE,
     QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_REASON,
+    QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_CHANNEL,
+    QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_GLOBAL_OPERATING_CLASS,
     /* keep last */
     QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_AFTER_LAST,
     QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAX =
@@ -253,6 +255,8 @@
     /* signed 32-bit value, but lets keep as unsigned for now */
     QCA_WLAN_VENDOR_ATTR_TDLS_NEW_STATE,
     QCA_WLAN_VENDOR_ATTR_TDLS_STATE_REASON,
+    QCA_WLAN_VENDOR_ATTR_TDLS_STATE_CHANNEL,
+    QCA_WLAN_VENDOR_ATTR_TDLS_STATE_GLOBAL_OPERATING_CLASS,
     /* keep last */
     QCA_WLAN_VENDOR_ATTR_TDLS_STATE_AFTER_LAST,
     QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAX =