From a01ebdd82780b8559e63f77f8730e4761f025771 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Mon, 12 Oct 2009 12:53:33 -0700 Subject: Reduce disconnect message time to 800 ms Signed-off-by: Dmitry Shmidt --- wilink_6_1/stad/src/Connection_Managment/connInfra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wilink_6_1/stad') diff --git a/wilink_6_1/stad/src/Connection_Managment/connInfra.c b/wilink_6_1/stad/src/Connection_Managment/connInfra.c index 866b0fe..b48acdf 100644 --- a/wilink_6_1/stad/src/Connection_Managment/connInfra.c +++ b/wilink_6_1/stad/src/Connection_Managment/connInfra.c @@ -856,7 +856,7 @@ static TI_STATUS prepare_send_disconnect(void *pData) /* Start the disconnect complete time out timer. Disconect Complete event, which stops the timer. */ - tmr_StartTimer (pConn->hConnTimer, conn_timeout, (TI_HANDLE)pConn, DISCONNECT_TIMEOUT_MSEC * 4, TI_FALSE); + tmr_StartTimer (pConn->hConnTimer, conn_timeout, (TI_HANDLE)pConn, DISCONNECT_TIMEOUT_MSEC, TI_FALSE); /* FW will send the disconn frame according to disConnType */ TWD_CmdFwDisconnect (pConn->hTWD, pConn->disConnType, pConn->disConnReasonToAP); -- cgit v1.2.3