aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaniv Machani <yanivma@ti.com>2014-02-10 13:47:32 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-02-13 15:20:16 -0500
commit5b07d97a381508dfc79bda72778ac27c1bdba320 (patch)
tree48d31ee34f715eb7812396fc8e6909a2c53eeac8
parent1ede95007371c27729383c8977e04abf63874ea8 (diff)
downloadmac80211-next-csa-5b07d97a381508dfc79bda72778ac27c1bdba320.tar.gz
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 <yanivma@ti.com> Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ti/wlcore/cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/cmd.h b/drivers/net/wireless/ti/wlcore/cmd.h
index 9cb3f44bc76cd1..b084830a61cf51 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;