TDLS : Enhancing Host changes supporting PUAPSD implementation.

This commit enhances Host Changes supporting PUAPSD implementation.

Change-Id: Ice8c4d4b35593be7ced901edc453d6be6bb80ea7
CRs-fixed: 488980
diff --git a/CORE/WDA/inc/legacy/halMsgApi.h b/CORE/WDA/inc/legacy/halMsgApi.h
index 32a1755..ff10c44 100644
--- a/CORE/WDA/inc/legacy/halMsgApi.h
+++ b/CORE/WDA/inc/legacy/halMsgApi.h
@@ -1320,11 +1320,12 @@
 
 typedef struct sTdlsLinkEstablishParams
 {
-   tANI_U16  sta_idx;
-   tANI_U8   is_responder;
-   tANI_U8   uapsd_queues;
-   tANI_U8   max_sp;
-   tANI_U8   is_bufsta;
+   tANI_U16  staIdx;
+   tANI_U8   isResponder;
+   tANI_U8   uapsdQueues;
+   tANI_U8   maxSp;
+   tANI_U8   isBufsta;
+   tANI_U32  status;
 }tTdlsLinkEstablishParams, *tpTdlsLinkEstablishParams;
 
 static inline void halGetTxTSFtimer(tpAniSirGlobal pMac,