summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/include/wlioctl.h
diff options
context:
space:
mode:
authorHenry Ptasinski <henryp@broadcom.com>2010-10-01 14:05:20 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-05 09:25:14 -0700
commit47127f34e7478ef369b2f14d820a375e368deb5b (patch)
tree9f309d67732192b46452854dbf4b9f62c61fce78 /drivers/staging/brcm80211/include/wlioctl.h
parent02266551e8d02456c526422e94e9cbac9c3295df (diff)
staging: brcm80211: Remove unused structure.
Remove the wl_assoc_info_t structure. It's never used, and depends on structures defined in other header files that can now also be cleaned up. Signed-off-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/include/wlioctl.h')
-rw-r--r--drivers/staging/brcm80211/include/wlioctl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/brcm80211/include/wlioctl.h b/drivers/staging/brcm80211/include/wlioctl.h
index 554316cfe0fc..0ac7a61fd771 100644
--- a/drivers/staging/brcm80211/include/wlioctl.h
+++ b/drivers/staging/brcm80211/include/wlioctl.h
@@ -622,15 +622,6 @@ typedef struct wl_led_info {
uint8 activehi;
} wl_led_info_t;
-typedef struct wl_assoc_info {
- uint32 req_len;
- uint32 resp_len;
- uint32 flags;
- struct dot11_assoc_req req;
- struct ether_addr reassoc_bssid; /* used in reassoc's */
- struct dot11_assoc_resp resp;
-} wl_assoc_info_t;
-
/* flags */
#define WLC_ASSOC_REQ_IS_REASSOC 0x01 /* assoc req was actually a reassoc */