diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2014-02-27 22:35:17 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-28 14:33:47 -0500 |
commit | 0c9c4a09f752e3cbe47fd5ea2d7f5f4837f95580 (patch) | |
tree | a6e1559fb34bdf53e83f6d08a3c16d07d5c9642b /drivers/net/wireless/mwifiex/main.h | |
parent | e50e06fd0418d5994fad8ca8d3ce049403059112 (diff) |
mwifiex: replace num_cmd_timeout with is_cmd_timedout
Command timeout happens when firmware goes into bad state.
There is no chance that next command will be successful after
this. Hence we will maintain a flag instead of count.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index df09ddb64eec..51ac9e3355a2 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h | |||
@@ -719,7 +719,7 @@ struct mwifiex_adapter { | |||
719 | struct cmd_ctrl_node *curr_cmd; | 719 | struct cmd_ctrl_node *curr_cmd; |
720 | /* spin lock for command */ | 720 | /* spin lock for command */ |
721 | spinlock_t mwifiex_cmd_lock; | 721 | spinlock_t mwifiex_cmd_lock; |
722 | u32 num_cmd_timeout; | 722 | u8 is_cmd_timedout; |
723 | u16 last_init_cmd; | 723 | u16 last_init_cmd; |
724 | struct timer_list cmd_timer; | 724 | struct timer_list cmd_timer; |
725 | struct list_head cmd_free_q; | 725 | struct list_head cmd_free_q; |