summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2014-02-28 04:35:16 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-02-28 20:33:46 +0100
commite50e06fd0418d5994fad8ca8d3ce049403059112 (patch)
tree6539e431fd6bfefb598c02af1cbdafa619053b44 /drivers/net/wireless/mwifiex/main.h
parentmwifiex: block further commands after timeout (diff)
downloadlinux-e50e06fd0418d5994fad8ca8d3ce049403059112.tar.xz
linux-e50e06fd0418d5994fad8ca8d3ce049403059112.zip
mwifiex: get rid of extra num_cmd_timeout variable
We already have one in mwifiex_adapter structure. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index e9d64fc7d786..df09ddb64eec 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -145,7 +145,6 @@ struct mwifiex_dbg {
u32 num_cmd_assoc_success;
u32 num_cmd_assoc_failure;
u32 num_tx_timeout;
- u32 num_cmd_timeout;
u16 timeout_cmd_id;
u16 timeout_cmd_act;
u16 last_cmd_id[DBG_CMD_NUM];