diff options
Diffstat (limited to 'drivers/net/wireless/libertas/hostcmd.h')
-rw-r--r-- | drivers/net/wireless/libertas/hostcmd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index 56bc1aa2bb00..b5361b3393d9 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h | |||
@@ -211,8 +211,9 @@ struct cmd_ds_802_11_get_log { | |||
211 | }; | 211 | }; |
212 | 212 | ||
213 | struct cmd_ds_mac_control { | 213 | struct cmd_ds_mac_control { |
214 | struct cmd_header hdr; | ||
214 | __le16 action; | 215 | __le16 action; |
215 | __le16 reserved; | 216 | u16 reserved; |
216 | }; | 217 | }; |
217 | 218 | ||
218 | struct cmd_ds_mac_multicast_adr { | 219 | struct cmd_ds_mac_multicast_adr { |
@@ -695,7 +696,6 @@ struct cmd_ds_command { | |||
695 | /* command Body */ | 696 | /* command Body */ |
696 | union { | 697 | union { |
697 | struct cmd_ds_802_11_ps_mode psmode; | 698 | struct cmd_ds_802_11_ps_mode psmode; |
698 | struct cmd_ds_mac_control macctrl; | ||
699 | struct cmd_ds_802_11_associate associate; | 699 | struct cmd_ds_802_11_associate associate; |
700 | struct cmd_ds_802_11_deauthenticate deauth; | 700 | struct cmd_ds_802_11_deauthenticate deauth; |
701 | struct cmd_ds_802_11_ad_hoc_start ads; | 701 | struct cmd_ds_802_11_ad_hoc_start ads; |