aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/hostcmd.h
diff options
context:
space:
mode:
authorHolger Schurig <hs4233@mail.mn-solutions.de>2008-03-12 11:05:40 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-03-25 16:41:45 -0400
commit835d3ac5e8cbe1fec2c02c7fc662586b30b1f5a8 (patch)
treebd01d0e641347cbcf2a6dd64fd5b2d69001dd192 /drivers/net/wireless/libertas/hostcmd.h
parent06802a819a0a2d31c952c0624cea6cd00e4e50da (diff)
libertas: convert CMD_MAC_CONTROL to a direct command
convert CMD_MAC_CONTROL to a direct command Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Acked-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/hostcmd.h')
-rw-r--r--drivers/net/wireless/libertas/hostcmd.h4
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
213struct cmd_ds_mac_control { 213struct 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
218struct cmd_ds_mac_multicast_adr { 219struct 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;