linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] staging: wilc1000: remove unused variable g_num_total_switches
@ 2015-09-15  5:33 Tony Cho
  2015-09-15  5:33 ` [PATCH 2/4] staging: wilc1000: delete function declaration SendRawPacket Tony Cho
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Tony Cho @ 2015-09-15  5:33 UTC (permalink / raw)
  To: gregkh
  Cc: devel, linux-wireless, johnny.kim, chris.park, rachel.kim,
	tony.cho, glen.lee, leo.kim, austin.shin, adel.noureldin,
	adham.abozaeid, Nicolas.FERRE

From: Glen Lee <glen.lee@atmel.com>

g_num_total_switches is never used so just delete it.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
---
 drivers/staging/wilc1000/coreconfigurator.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 3af1935..d2a0a0b 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -29,8 +29,6 @@
 #define NUM_11N_HUT_SWITCHES    0
 #endif /* MAC_802_11N */
 
-extern u16 g_num_total_switches;
-
 #define MAC_HDR_LEN             24          /* No Address4 - non-ESS         */
 #define MAX_SSID_LEN            33
 #define FCS_LEN                 4
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-09-16  1:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15  5:33 [PATCH 1/4] staging: wilc1000: remove unused variable g_num_total_switches Tony Cho
2015-09-15  5:33 ` [PATCH 2/4] staging: wilc1000: delete function declaration SendRawPacket Tony Cho
2015-09-15  7:16   ` Sudip Mukherjee
2015-09-15  5:33 ` [PATCH 3/4] staging: wilc1000: coreconfigurator.h: remove unused defines Tony Cho
2015-09-15  5:33 ` [PATCH 4/4] staging: wilc1000: remove unused variable g_flushing_in_progress Tony Cho
2015-09-15  7:13 ` [PATCH 1/4] staging: wilc1000: remove unused variable g_num_total_switches Sudip Mukherjee
2015-09-15  8:26   ` Tony Cho
2015-09-15 13:46     ` Greg KH
2015-09-15 14:06       ` Sudip Mukherjee
2015-09-16  1:21       ` Tony Cho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).