projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5285eb5
)
wlcore: increase command completion timeout
author
Luciano Coelho
<coelho@ti.com>
Wed, 18 Jul 2012 12:05:24 +0000
(15:05 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Wed, 18 Jul 2012 12:08:45 +0000
(15:08 +0300)
In some rare cases, the CMD_ROC completion may take over 1 second.
The timeout had earlier been increased to 1000ms (from 750ms), but it
is still not enoug. Increase it to 1500ms.
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wlcore/cmd.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/ti/wlcore/cmd.h
b/drivers/net/wireless/ti/wlcore/cmd.h
index d7d9f801e50681650696be60682e4e280f250894..4ef0b095f0d61cbb2d85d7f9986cf8f25f58fa81 100644
(file)
--- a/
drivers/net/wireless/ti/wlcore/cmd.h
+++ b/
drivers/net/wireless/ti/wlcore/cmd.h
@@
-192,7
+192,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 1
0
00
+#define WL1271_EVENT_TIMEOUT 1
5
00
struct wl1271_cmd_header {
__le16 id;