From: Yaniv Machani Date: Mon, 10 Feb 2014 11:47:32 +0000 (+0200) Subject: wlcore: increase timeout to 5000 msecs X-Git-Tag: v3.15-rc1~113^2~18^2^2~281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b07d97a381508dfc79bda72778ac27c1bdba320;p=platform%2Fkernel%2Flinux-exynos.git wlcore: increase timeout to 5000 msecs dfs configuration command might take longer than the current timeout. increase it to 5 seconds. Signed-off-by: Yaniv Machani Signed-off-by: Eliad Peller Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ti/wlcore/cmd.h b/drivers/net/wireless/ti/wlcore/cmd.h index 9cb3f44..b084830 100644 --- a/drivers/net/wireless/ti/wlcore/cmd.h +++ b/drivers/net/wireless/ti/wlcore/cmd.h @@ -207,7 +207,7 @@ enum cmd_templ { #define WL1271_COMMAND_TIMEOUT 2000 #define WL1271_CMD_TEMPL_DFLT_SIZE 252 #define WL1271_CMD_TEMPL_MAX_SIZE 512 -#define WL1271_EVENT_TIMEOUT 1500 +#define WL1271_EVENT_TIMEOUT 5000 struct wl1271_cmd_header { __le16 id;