diff options
author | 2016-04-26 07:25:45 -0700 | |
---|---|---|
committer | 2016-05-10 19:41:16 +0300 | |
commit | 251a9605ab882998009002bf1f5176a049beba53 (patch) | |
tree | 61b2ab8b4b5db4814ef1d615dafce5e456552a69 | |
parent | rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileops (diff) | |
download | wireguard-linux-251a9605ab882998009002bf1f5176a049beba53.tar.xz wireguard-linux-251a9605ab882998009002bf1f5176a049beba53.zip |
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>
-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; |