drivers:misc:ti-st: Increase l_disc & cmd response timeout

The timeout values for the line discipline installation in the shared
transport and the command response were too short. We encounter situations,
when the BT and WLAN were turned on at the same time, where these timeouts expired.
Both values were increased.

Change-Id: I7922cfb587a33937ed81654eedd3f5984ea35bc7
Signed-off-by: Amir Ayun <amira@ti.com>
Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h
index 2ef4385..0b2baaa 100644
--- a/include/linux/ti_wilink_st.h
+++ b/include/linux/ti_wilink_st.h
@@ -203,8 +203,8 @@
 /* time in msec to wait for
  * line discipline to be installed
  */
-#define LDISC_TIME	1000
-#define CMD_RESP_TIME	800
+#define LDISC_TIME	5000
+#define CMD_RESP_TIME	4000
 #define CMD_WR_TIME	5000
 #define MAKEWORD(a, b)  ((unsigned short)(((unsigned char)(a)) \
 	| ((unsigned short)((unsigned char)(b))) << 8))