summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/fw.h
diff options
context:
space:
mode:
authorBing Zhao <bzhao@marvell.com>2011-03-30 18:12:45 -0700
committerJohn W. Linville <linville@tuxdriver.com>2011-04-04 16:20:05 -0400
commit7327890a1f42046c50030c8723bdbd9266d781bc (patch)
tree857b83c241bf70d602d83792b55557581ff274de /drivers/net/wireless/mwifiex/fw.h
parent2b06bdbe073f8dff93eb476f07352df43dcdba44 (diff)
downloadlinux-7327890a1f42046c50030c8723bdbd9266d781bc.tar.gz
linux-7327890a1f42046c50030c8723bdbd9266d781bc.tar.xz
linux-7327890a1f42046c50030c8723bdbd9266d781bc.zip
mwifiex: remove struct mwifiex_802_11_fixed_ies
struct mwifiex_802_11_fixed_ies is not necessary. struct mwifiex_event_wep_icv_err is not used any more. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/fw.h')
-rw-r--r--drivers/net/wireless/mwifiex/fw.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/net/wireless/mwifiex/fw.h b/drivers/net/wireless/mwifiex/fw.h
index d981265eb943..2b938115b26a 100644
--- a/drivers/net/wireless/mwifiex/fw.h
+++ b/drivers/net/wireless/mwifiex/fw.h
@@ -343,20 +343,6 @@ enum ENH_PS_MODES {
#define EVENT_GET_BSS_TYPE(event_cause) \
(((event_cause) >> 24) & 0x00ff)
-struct mwifiex_event_wep_icv_err {
- u16 reason_code;
- u8 src_mac_addr[ETH_ALEN];
- u8 wep_key_index;
- u8 wep_key_length;
- u8 key[WLAN_KEY_LEN_WEP104];
-};
-
-struct mwifiex_802_11_fixed_ies {
- u8 time_stamp[8];
- __le16 beacon_interval;
- __le16 capabilities;
-};
-
struct mwifiex_ie_types_header {
__le16 type;
__le16 len;