diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2014-09-12 10:38:57 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-09-15 15:00:52 -0400 |
commit | 971a73f5523ea0512267949bd6ae3f68b9f3431f (patch) | |
tree | 94fda84ac36b771eeaf296554a6891258f672810 /drivers/net/wireless/mwifiex/main.h | |
parent | 5ec39efa16036c8291d2d81282280213c2c16ad1 (diff) |
mwifiex: remove redundant variable report_scan_result
This variable is never used, get rid of it.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Avinash Patil <patila@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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index c3d097ce2c16..651fd8cc4c7f 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h | |||
@@ -548,7 +548,6 @@ struct mwifiex_private { | |||
548 | u8 nick_name[16]; | 548 | u8 nick_name[16]; |
549 | u16 current_key_index; | 549 | u16 current_key_index; |
550 | struct semaphore async_sem; | 550 | struct semaphore async_sem; |
551 | u8 report_scan_result; | ||
552 | struct cfg80211_scan_request *scan_request; | 551 | struct cfg80211_scan_request *scan_request; |
553 | u8 cfg_bssid[6]; | 552 | u8 cfg_bssid[6]; |
554 | struct wps wps; | 553 | struct wps wps; |