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>
This commit is contained in:

committed by
John W. Linville

parent
db08006fc4
commit
d6541c7448
@@ -130,9 +130,6 @@ static inline int handle_cmd_response(struct lbs_private *priv,
|
||||
sizeof(resp->params.fwt));
|
||||
spin_unlock_irqrestore(&priv->driver_lock, flags);
|
||||
break;
|
||||
case CMD_RET(CMD_802_11_BEACON_CTRL):
|
||||
ret = lbs_ret_802_11_bcn_ctrl(priv, resp);
|
||||
break;
|
||||
|
||||
default:
|
||||
lbs_pr_err("CMD_RESP: unknown cmd response 0x%04x\n",
|
||||
|
Reference in New Issue
Block a user