From 3d62aa724ea50feeb63bbcc8d5171663ca2b88e6 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 7 Sep 2018 02:55:29 +0700 Subject: trxcon/l1ctl.c: refactor Timing Advance handling Change-Id: I0e4f18173347e3a7cb875f95d796e8ea20bfc4bf --- src/host/trxcon/trx_if.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/host/trxcon/trx_if.c') diff --git a/src/host/trxcon/trx_if.c b/src/host/trxcon/trx_if.c index 19d8c753..b8bbace5 100644 --- a/src/host/trxcon/trx_if.c +++ b/src/host/trxcon/trx_if.c @@ -388,10 +388,6 @@ static void trx_if_measure_rsp_cb(struct trx_instance *trx, char *resp) int trx_if_cmd_setta(struct trx_instance *trx, int8_t ta) { - /* Do nothing, if requested TA value matches the current */ - if (trx->ta == ta) - return 0; - return trx_ctrl_cmd(trx, 0, "SETTA", "%d", ta); } -- cgit v1.2.3