diff options
author | Dan Williams <dcbw@redhat.com> | 2010-07-27 21:58:08 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-27 21:08:20 +0200 |
commit | d6541c74484a5679a79a1f1df9884fc4da8d8cf6 (patch) | |
tree | c15b9aeb9680bd8fa43d12d149764d1f7ac0c6b6 /drivers/net/wireless/libertas/cmd.c | |
parent | libertas: remove unused Automatic Frequency Control command (diff) | |
download | linux-d6541c74484a5679a79a1f1df9884fc4da8d8cf6.tar.xz linux-d6541c74484a5679a79a1f1df9884fc4da8d8cf6.zip |
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/cmd.c')
-rw-r--r-- | drivers/net/wireless/libertas/cmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/cmd.c b/drivers/net/wireless/libertas/cmd.c index 15cfc52d6fd1..a09ee6b0a552 100644 --- a/drivers/net/wireless/libertas/cmd.c +++ b/drivers/net/wireless/libertas/cmd.c @@ -1216,9 +1216,6 @@ int lbs_prepare_and_send_command(struct lbs_private *priv, #endif - case CMD_802_11_BEACON_CTRL: - ret = lbs_cmd_bcn_ctrl(priv, cmdptr, cmd_action); - break; case CMD_802_11_DEEP_SLEEP: cmdptr->command = cpu_to_le16(CMD_802_11_DEEP_SLEEP); cmdptr->size = cpu_to_le16(sizeof(struct cmd_header)); |