summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/rf
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-02-23 01:22:15 +0100
committerHarald Welte <laforge@gnumonks.org>2010-02-23 01:44:09 +0100
commit68817f6508ac380eb45a9eed093cc924833fd37a (patch)
tree771a9b1db2c3579fcc80ea4edc7bd2e555acbcf5 /src/target/firmware/rf
parentbb263dcc7063ad0b237bdaa4cf85bbc95d2a7bf5 (diff)
fix typo in comment
Diffstat (limited to 'src/target/firmware/rf')
-rw-r--r--src/target/firmware/rf/trf6151.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/rf/trf6151.c b/src/target/firmware/rf/trf6151.c
index ea009858..f7962d0d 100644
--- a/src/target/firmware/rf/trf6151.c
+++ b/src/target/firmware/rf/trf6151.c
@@ -88,7 +88,7 @@ enum trf6151_reg {
/* All values in qbits unless otherwise speciifed */
#define TRF6151_LDO_DELAY_TS 6 /* six TDMA frames (at least 25ms) */
#define TRF6151_RX_PLL_DELAY 184 /* 170 us */
-#define TRF6151_TX_PLL_DELAY 260 /* 170 us */
+#define TRF6151_TX_PLL_DELAY 260 /* 240 us */
uint16_t rf_arfcn = 871; /* TODO: this needs to be private */
static uint16_t rf_band;