TDLS : Host Changes supporting PUAPSD implementation.

This commit has the host changes to support the PUAPSD
implementation in the firmware.

Change-Id: I60a33f8067ea316d5179374cf6ec41400ceabbf2
CRs-fixed: 488980
diff --git a/CORE/WDA/inc/legacy/halMsgApi.h b/CORE/WDA/inc/legacy/halMsgApi.h
index 98a8bbd..32a1755 100644
--- a/CORE/WDA/inc/legacy/halMsgApi.h
+++ b/CORE/WDA/inc/legacy/halMsgApi.h
@@ -1318,6 +1318,15 @@
    tANI_U8   psSelection;
 }tP2pPsParams, *tpP2pPsParams;
 
+typedef struct sTdlsLinkEstablishParams
+{
+   tANI_U16  sta_idx;
+   tANI_U8   is_responder;
+   tANI_U8   uapsd_queues;
+   tANI_U8   max_sp;
+   tANI_U8   is_bufsta;
+}tTdlsLinkEstablishParams, *tpTdlsLinkEstablishParams;
+
 static inline void halGetTxTSFtimer(tpAniSirGlobal pMac, 
                                                 tSirMacTimeStamp *pTime)
 {