diff options
Diffstat (limited to 'drivers/net/wireless/libertas/hostcmd.h')
-rw-r--r-- | drivers/net/wireless/libertas/hostcmd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index 630b79967560..f2f92e237c4a 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h | |||
@@ -151,10 +151,6 @@ struct cmd_ds_get_hw_spec { | |||
151 | __le32 fwcapinfo; | 151 | __le32 fwcapinfo; |
152 | } __attribute__ ((packed)); | 152 | } __attribute__ ((packed)); |
153 | 153 | ||
154 | struct cmd_ds_802_11_reset { | ||
155 | __le16 action; | ||
156 | }; | ||
157 | |||
158 | struct cmd_ds_802_11_subscribe_event { | 154 | struct cmd_ds_802_11_subscribe_event { |
159 | struct cmd_header hdr; | 155 | struct cmd_header hdr; |
160 | 156 | ||
@@ -717,7 +713,6 @@ struct cmd_ds_command { | |||
717 | union { | 713 | union { |
718 | struct cmd_ds_802_11_ps_mode psmode; | 714 | struct cmd_ds_802_11_ps_mode psmode; |
719 | struct cmd_ds_802_11_associate associate; | 715 | struct cmd_ds_802_11_associate associate; |
720 | struct cmd_ds_802_11_reset reset; | ||
721 | struct cmd_ds_802_11_authenticate auth; | 716 | struct cmd_ds_802_11_authenticate auth; |
722 | struct cmd_ds_802_11_get_stat gstat; | 717 | struct cmd_ds_802_11_get_stat gstat; |
723 | struct cmd_ds_802_3_get_stat gstat_8023; | 718 | struct cmd_ds_802_3_get_stat gstat_8023; |