aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/host.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-07-27 12:58:08 -0700
committerJohn W. Linville <linville@tuxdriver.com>2010-07-27 15:08:20 -0400
commitd6541c74484a5679a79a1f1df9884fc4da8d8cf6 (patch)
treec15b9aeb9680bd8fa43d12d149764d1f7ac0c6b6 /drivers/net/wireless/libertas/host.h
parentdb08006fc4e825e632083f2a2de827ca2121c28d (diff)
downloadkernel_samsung_smdk4412-d6541c74484a5679a79a1f1df9884fc4da8d8cf6.zip
kernel_samsung_smdk4412-d6541c74484a5679a79a1f1df9884fc4da8d8cf6.tar.gz
kernel_samsung_smdk4412-d6541c74484a5679a79a1f1df9884fc4da8d8cf6.tar.bz2
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 782fd15..7826f11 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 {
} __packed;
struct cmd_ds_802_11_beacon_control {
+ struct cmd_header hdr;
+
__le16 action;
__le16 beacon_enable;
__le16 beacon_period;
@@ -972,7 +974,6 @@ struct cmd_ds_command {
struct cmd_ds_bt_access bt;
struct cmd_ds_fwt_access fwt;
- struct cmd_ds_802_11_beacon_control bcn_ctrl;
} params;
} __packed;
#endif