|
@@ -125,13 +125,6 @@ static inline int handle_cmd_response(struct lbs_private *priv,
|
|
|
case CMD_RET(CMD_802_11_BEACON_STOP):
|
|
|
break;
|
|
|
|
|
|
- case CMD_RET(CMD_802_11_TPC_CFG):
|
|
|
- spin_lock_irqsave(&priv->driver_lock, flags);
|
|
|
- memmove((void *)priv->cur_cmd->callback_arg, &resp->params.tpccfg,
|
|
|
- sizeof(struct cmd_ds_802_11_tpc_cfg));
|
|
|
- spin_unlock_irqrestore(&priv->driver_lock, flags);
|
|
|
- break;
|
|
|
-
|
|
|
case CMD_RET(CMD_BT_ACCESS):
|
|
|
spin_lock_irqsave(&priv->driver_lock, flags);
|
|
|
if (priv->cur_cmd->callback_arg)
|