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>
This commit is contained in:
Yaniv Machani 2014-02-10 13:47:32 +02:00 committed by John W. Linville
parent 1ede950073
commit 5b07d97a38
1 changed files with 1 additions and 1 deletions

View File

@ -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;