diff options
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; |