TDLS: Create the TDLS peer entry on the add_station request.

TDLS peer entries are created based on the obtained TDLS discovery
response from the peer.This is designed considering implicit TDLS
implementation where the TDLS discovery request is sent prior to
TDLS setup handshake initiation.
This shall result in a TDLS setup failure on an explicit request
without a prior TDLS Discover request.
Thus, create a TDLS peer entry during add_station.

Change-Id: I34ee6b0ceb8b73a3ff05fd6dc69256d2ffdb2005
CRs-fixed: 605654
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c
index cb5cb47..6578dce 100644
--- a/CORE/HDD/src/wlan_hdd_cfg80211.c
+++ b/CORE/HDD/src/wlan_hdd_cfg80211.c
@@ -3206,7 +3206,7 @@
         return -EBUSY;
     }
 
-    pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, mac, TRUE);
+    pTdlsPeer = wlan_hdd_tdls_get_peer(pAdapter, mac);
 
     if ( NULL == pTdlsPeer ) {
         VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,