From 71137999430afaca18bfff179e6a3c4b0276d54c Mon Sep 17 00:00:00 2001 From: michael-west Date: Tue, 8 Dec 2020 15:39:25 -0800 Subject: fixup! N310: Low band IF adjustments --- host/lib/usrp/dboard/magnesium/magnesium_radio_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/dboard/magnesium') diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_control.cpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_control.cpp index 5b5c2d663..5eb0f63a5 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_control.cpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_control.cpp @@ -317,7 +317,7 @@ double magnesium_radio_control_impl::set_rx_frequency( const std::string ad9371_source = this->get_rx_lo_source(MAGNESIUM_LO1, chan); const std::string adf4351_source = this->get_rx_lo_source(MAGNESIUM_LO2, chan); UHD_ASSERT_THROW(adf4351_source == "internal"); - double coerced_if_freq = freq; + double coerced_if_freq = 0; if (_map_freq_to_rx_band(_rx_band_map, freq) == rx_band::LOWBAND) { _is_low_band[RX_DIRECTION] = true; -- cgit v1.2.3