diff options
author | Luciano Coelho <coelho@ti.com> | 2012-07-18 15:05:24 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-07-18 15:08:45 +0300 |
commit | e8c7b335faca2cbce715da3b0e1663d75d422f5b (patch) | |
tree | 25ae23d269a3b2f2224aaaf2a9466d37da19321a /drivers/net/wireless/ti | |
parent | 5285eb5442fe530d407dead812bcfbd8f2af0f46 (diff) | |
download | talos-op-linux-e8c7b335faca2cbce715da3b0e1663d75d422f5b.tar.gz talos-op-linux-e8c7b335faca2cbce715da3b0e1663d75d422f5b.zip |
wlcore: increase command completion timeout
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>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/cmd.h | 2 |
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 d7d9f801e506..4ef0b095f0d6 100644 --- 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 1000 +#define WL1271_EVENT_TIMEOUT 1500 struct wl1271_cmd_header { __le16 id; |