aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/host.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-07-27 15:58:08 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-07-27 15:08:20 -0400
commitd6541c74484a5679a79a1f1df9884fc4da8d8cf6 (patch)
treec15b9aeb9680bd8fa43d12d149764d1f7ac0c6b6 /drivers/net/wireless/libertas/host.h
parentdb08006fc4e825e632083f2a2de827ca2121c28d (diff)
libertas: remove Beacon Control
For now; it's a pretty easy command to hook up and whenever OLPC figures out how they want the userspace interface to look (ie, not iwpriv commands) we can easily add it back in. Since the cfg80211 conversion it wasn't working anyway. Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/host.h')
-rw-r--r--drivers/net/wireless/libertas/host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/host.h b/drivers/net/wireless/libertas/host.h
index 782fd157e5c..7826f11cf60 100644
--- a/drivers/net/wireless/libertas/host.h
+++ b/drivers/net/wireless/libertas/host.h
@@ -595,6 +595,8 @@ struct cmd_ds_802_11_radio_control {
595} __packed; 595} __packed;
596 596
597struct cmd_ds_802_11_beacon_control { 597struct cmd_ds_802_11_beacon_control {
598 struct cmd_header hdr;
599
598 __le16 action; 600 __le16 action;
599 __le16 beacon_enable; 601 __le16 beacon_enable;
600 __le16 beacon_period; 602 __le16 beacon_period;
@@ -972,7 +974,6 @@ struct cmd_ds_command {
972 974
973 struct cmd_ds_bt_access bt; 975 struct cmd_ds_bt_access bt;
974 struct cmd_ds_fwt_access fwt; 976 struct cmd_ds_fwt_access fwt;
975 struct cmd_ds_802_11_beacon_control bcn_ctrl;
976 } params; 977 } params;
977} __packed; 978} __packed;
978#endif 979#endif