aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRoland Vossen <rvossen@broadcom.com>2010-12-07 11:45:35 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-12-08 17:27:46 -0500
commit0dedc37070ba1eabb2d1c7aa7899c7a9100ecf30 (patch)
treeb15e31f976909a147dd38a8c63609f72b5ebf58c /drivers
parent1226056d9608d241db4b558a0d88a347ad5c66ae (diff)
staging: brcm80211: removed unused typedefs
Code cleanup. Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/brcm80211/include/wlioctl.h1
-rw-r--r--drivers/staging/brcm80211/sys/wlc_types.h9
2 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/brcm80211/include/wlioctl.h b/drivers/staging/brcm80211/include/wlioctl.h
index 45e02e5293eb..9be793c5f10c 100644
--- a/drivers/staging/brcm80211/include/wlioctl.h
+++ b/drivers/staging/brcm80211/include/wlioctl.h
@@ -559,7 +559,6 @@ typedef struct wl_led_info {
559 u8 activehi; 559 u8 activehi;
560} wl_led_info_t; 560} wl_led_info_t;
561 561
562
563/* R_REG and W_REG struct passed through ioctl */ 562/* R_REG and W_REG struct passed through ioctl */
564typedef struct { 563typedef struct {
565 u32 byteoff; /* byte offset of the field in d11regs_t */ 564 u32 byteoff; /* byte offset of the field in d11regs_t */
diff --git a/drivers/staging/brcm80211/sys/wlc_types.h b/drivers/staging/brcm80211/sys/wlc_types.h
index e5c8600c6298..837f72badecd 100644
--- a/drivers/staging/brcm80211/sys/wlc_types.h
+++ b/drivers/staging/brcm80211/sys/wlc_types.h
@@ -23,17 +23,8 @@ struct wlc_info;
23struct wlc_hw_info; 23struct wlc_hw_info;
24typedef struct wlc_if wlc_if_t; 24typedef struct wlc_if wlc_if_t;
25typedef struct wl_if wl_if_t; 25typedef struct wl_if wl_if_t;
26typedef struct led_info led_info_t;
27typedef struct bmac_led bmac_led_t;
28typedef struct bmac_led_info bmac_led_info_t;
29typedef struct scb_module scb_module_t;
30typedef struct ba_info ba_info_t;
31typedef struct ampdu_info ampdu_info_t; 26typedef struct ampdu_info ampdu_info_t;
32typedef struct ratesel_info ratesel_info_t;
33typedef struct wlc_ap_info wlc_ap_info_t; 27typedef struct wlc_ap_info wlc_ap_info_t;
34typedef struct wlc_auth_info wlc_auth_info_t;
35typedef struct supplicant supplicant_t;
36typedef struct authenticator authenticator_t;
37typedef struct antsel_info antsel_info_t; 28typedef struct antsel_info antsel_info_t;
38typedef struct bmac_pmq bmac_pmq_t; 29typedef struct bmac_pmq bmac_pmq_t;
39 30