summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/transceiver/trx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/transceiver/trx.c')
-rw-r--r--src/host/layer23/src/transceiver/trx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/transceiver/trx.c b/src/host/layer23/src/transceiver/trx.c
index 9149b7ca..24cc8d9e 100644
--- a/src/host/layer23/src/transceiver/trx.c
+++ b/src/host/layer23/src/transceiver/trx.c
@@ -307,7 +307,7 @@ _trx_ctrl_cmd_setslot(struct trx *trx, const char *cmd, const char *args)
if ((n != 2) || (tn < 0) || (tn > 7) || (type < 0) || (type > 8))
return _trx_ctrl_send_resp(trx, cmd, "%d %d %d", -1, tn, type);
- return _trx_ctrl_send_resp(trx, cmd, "%d %d", 0, type);
+ return _trx_ctrl_send_resp(trx, cmd, "%d %d %d", 0, tn, type);
}
static int