aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Szymaniak <jon.szymaniak@gmail.com>2014-02-16 00:11:30 -0500
committerDimitri Stolnikov <horiz0n@gmx.net>2014-02-16 09:00:05 +0100
commit7a1f12cfcff1ecdfd91284f1f9ba3f9b59f33b94 (patch)
tree64f99ea27334540805fe91bab8058328c9764aff
parent751ad0f582423419f830e61f230c875cffaa1429 (diff)
bladeRF: RXVGA2 range is [0, 30]
While the RXVGA2 gain can technically go up to 60 dB, the LMS6002D datasheet recommends it be clamped to 30dB. libbladeRF clamps to a max of 30dB, so there's no use in setting max to 60 dB here.
-rw-r--r--lib/bladerf/bladerf_source_c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bladerf/bladerf_source_c.cc b/lib/bladerf/bladerf_source_c.cc
index d6d0cce..e56ef74 100644
--- a/lib/bladerf/bladerf_source_c.cc
+++ b/lib/bladerf/bladerf_source_c.cc
@@ -138,7 +138,7 @@ bladerf_source_c::bladerf_source_c (const std::string &args)
_vga1_range = osmosdr::gain_range_t( 5, 30, 1 );
/* Set the range of VGA2 VGA2GAIN[4:0], not recommended to be used above 30dB */
- _vga2_range = osmosdr::gain_range_t( 0, 60, 3 );
+ _vga2_range = osmosdr::gain_range_t( 0, 30, 3 );
/* Warn user about using an old FPGA version, as we no longer strip off the