diff options
author | Shengzhen Li <szli@marvell.com> | 2016-04-26 07:25:45 -0700 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2016-05-10 19:41:16 +0300 |
commit | 251a9605ab882998009002bf1f5176a049beba53 (patch) | |
tree | 61b2ab8b4b5db4814ef1d615dafce5e456552a69 /drivers/net/wireless | |
parent | e1ca790c8a32c0c77b9d89089ac7e73b72c2adfc (diff) |
mwifiex: change sleep cookie poll count
Sometimes current polling count is not sufficient.
This patch increases it to 100.
Signed-off-by: Shengzhen Li <szli@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/marvell/mwifiex/pcie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.h b/drivers/net/wireless/marvell/mwifiex/pcie.h index 5770b4396b21..9a1d09dbd2c2 100644 --- a/drivers/net/wireless/marvell/mwifiex/pcie.h +++ b/drivers/net/wireless/marvell/mwifiex/pcie.h @@ -117,7 +117,7 @@ /* FW awake cookie after FW ready */ #define FW_AWAKE_COOKIE (0xAA55AA55) #define MWIFIEX_DEF_SLEEP_COOKIE 0xBEEFBEEF -#define MWIFIEX_MAX_DELAY_COUNT 5 +#define MWIFIEX_MAX_DELAY_COUNT 100 struct mwifiex_pcie_card_reg { u16 cmd_addr_lo; |