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.
This commit is contained in:
Jon Szymaniak 2014-02-16 00:11:30 -05:00 committed by Dimitri Stolnikov
parent 751ad0f582
commit 7a1f12cfcf
1 changed files with 1 additions and 1 deletions

View File

@ -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