Fix for sme out of command buffer stuck in TDLS multipeer scenario

Change the wait_for_completion_interruptible_timeout value to 11sec
while waiting for tdls mgmt frame to get completed as the WDA
timeout itself is 10sec.

CRs-Fixed: 464780
Change-Id: Id33266a262b4904bb20c712bc4e24e1368643e19
diff --git a/CORE/HDD/inc/wlan_hdd_main.h b/CORE/HDD/inc/wlan_hdd_main.h
index e53da56..aca2f0b 100644
--- a/CORE/HDD/inc/wlan_hdd_main.h
+++ b/CORE/HDD/inc/wlan_hdd_main.h
@@ -124,7 +124,7 @@
 #define WAIT_TIME_TDLS_ADD_STA      1500
 
 /** Maximum time(ms) to wait for tdls mgmt to complete **/
-#define WAIT_TIME_TDLS_MGMT         2000
+#define WAIT_TIME_TDLS_MGMT         11000
 
 /* Maximum time to get crda entry settings */
 #define CRDA_WAIT_TIME 300