summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-09-20 20:53:25 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-09-26 20:05:23 +0200
commit2400d60d0de345ea832f7153a227ac52722e33f3 (patch)
tree3123fc970c663eb09689c57704e918bfa3a99ae5 /src/target/firmware
parentdaa86304682cf23dc4d165c4cef4c94ed80a74b3 (diff)
fw/layer1: Fix RX TPU window - no TA dependency
Cut & paste errror ... the TA has nothing to do in RX Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware')
-rw-r--r--src/target/firmware/layer1/tpu_window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/tpu_window.c b/src/target/firmware/layer1/tpu_window.c
index 00eaa8f4..3cf473d2 100644
--- a/src/target/firmware/layer1/tpu_window.c
+++ b/src/target/firmware/layer1/tpu_window.c
@@ -97,7 +97,6 @@ void l1s_rx_win_ctrl(uint16_t arfcn, enum l1_rxwin_type wtype, uint8_t tn_ofs)
/* TN offset & TA adjust */
start = DSP_SETUP_TIME;
start += L1_BURST_LENGTH_Q * tn_ofs;
- start -= l1s.ta << 2;
stop = start + rx_burst_duration[wtype] - 1;