Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b07d97a authored by Yaniv Machani's avatar Yaniv Machani Committed by John W. Linville
Browse files

wlcore: increase timeout to 5000 msecs



dfs configuration command might take longer than
the current timeout. increase it to 5 seconds.

Signed-off-by: default avatarYaniv Machani <yanivma@ti.com>
Signed-off-by: default avatarEliad Peller <eliad@wizery.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 1ede9500
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -207,7 +207,7 @@ enum cmd_templ {
#define WL1271_COMMAND_TIMEOUT     2000
#define WL1271_COMMAND_TIMEOUT     2000
#define WL1271_CMD_TEMPL_DFLT_SIZE 252
#define WL1271_CMD_TEMPL_DFLT_SIZE 252
#define WL1271_CMD_TEMPL_MAX_SIZE  512
#define WL1271_CMD_TEMPL_MAX_SIZE  512
#define WL1271_EVENT_TIMEOUT       1500
#define WL1271_EVENT_TIMEOUT       5000


struct wl1271_cmd_header {
struct wl1271_cmd_header {
	__le16 id;
	__le16 id;