TDLS: Introduce TDLS_MGMT_VERSION2 to interop with updated tdls_mgmt.

tdls_mgmt callback function in cfg80211 is enhanced to also include
the peer capability information which shall be passed by the supplicant.
To ensure the host driver interops with the both versions of tdls_mgmt
implementation,a flag TDLS_MGMT_VERSION2 is defined in the kernel.
Enhance the driver to rely on this flag and thus use the respective
tdls_mgmt callback functionality.

CRs-Fixed: 605665
Change-Id: Ic2dca6b54dcc754837eb6bdf1f4d2b05fbebb08d
diff --git a/CORE/HDD/inc/wlan_hdd_cfg80211.h b/CORE/HDD/inc/wlan_hdd_cfg80211.h
index 60aee0c..e552883 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg80211.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg80211.h
@@ -96,6 +96,9 @@
 #ifdef FEATURE_WLAN_TDLS
 #define WLAN_IS_TDLS_SETUP_ACTION(action) \
          ((SIR_MAC_TDLS_SETUP_REQ <= action) && (SIR_MAC_TDLS_SETUP_CNF >= action))
+#if !defined (TDLS_MGMT_VERSION2)
+#define TDLS_MGMT_VERSION2 0
+#endif
 #endif
 
 typedef struct {