Commit 251a9605 authored by Shengzhen Li's avatar Shengzhen Li Committed by Kalle Valo

mwifiex: change sleep cookie poll count

Sometimes current polling count is not sufficient.
This patch increases it to 100.
Signed-off-by: default avatarShengzhen Li <szli@marvell.com>
Signed-off-by: default avatarAmitkumar Karwar <akarwar@marvell.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent e1ca790c
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
/* FW awake cookie after FW ready */ /* FW awake cookie after FW ready */
#define FW_AWAKE_COOKIE (0xAA55AA55) #define FW_AWAKE_COOKIE (0xAA55AA55)
#define MWIFIEX_DEF_SLEEP_COOKIE 0xBEEFBEEF #define MWIFIEX_DEF_SLEEP_COOKIE 0xBEEFBEEF
#define MWIFIEX_MAX_DELAY_COUNT 5 #define MWIFIEX_MAX_DELAY_COUNT 100
struct mwifiex_pcie_card_reg { struct mwifiex_pcie_card_reg {
u16 cmd_addr_lo; u16 cmd_addr_lo;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment