wlan: Remove TDLS feature definition for 8023To80211 func (Review
comments)

update review comments for change to enable BA setup on TDLS link.

Change-Id: I1faba6b73f96ef1dc6fc28c7b5a9cfac7d5a58c0
CR-Fixed: 431762
diff --git a/CORE/TL/src/wlan_qct_tli.h b/CORE/TL/src/wlan_qct_tli.h
index 078748e..79ebf06 100644
--- a/CORE/TL/src/wlan_qct_tli.h
+++ b/CORE/TL/src/wlan_qct_tli.h
@@ -1262,11 +1262,9 @@
 
    IN
     pTLCb:            TL control block
-#ifdef FEATURE_WLAN_TDLS
-    *pucStaId         Returns the staId used in case of TDLS
-#else
-    ucStaId:          station ID
-#endif
+
+    *pucStaId         Station ID. In case of TDLS, this return the actual
+                      station index used to transmit.
 
    IN/OUT
     vosDataBuff:      vos data buffer, will contain the new header on output
@@ -1280,7 +1278,6 @@
   SIDE EFFECTS
 
 ============================================================================*/
-#ifdef FEATURE_WLAN_TDLS
 VOS_STATUS
 WLANTL_Translate8023To80211Header
 (
@@ -1292,19 +1289,6 @@
   v_U8_t          *ucWDSEnabled,
   v_U8_t          *extraHeadSpace
 );
-#else
-VOS_STATUS
-WLANTL_Translate8023To80211Header
-(
-  vos_pkt_t*      vosDataBuff,
-  VOS_STATUS*     pvosStatus,
-  WLANTL_CbType*  pTLCb,
-  v_U8_t          ucStaId,
-  v_U8_t          ucUP,
-  v_U8_t          *ucWDSEnabled,
-  v_U8_t          *extraHeadSpace
-);
-#endif
 /*==========================================================================
   FUNCTION    WLANTL_Translate80211To8023Header