From a31d9504b1ca6985f402ba08134fe8700428928d Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 8 Jan 2018 18:08:11 -0800 Subject: fixup! mg: Use enums for all bands, move freq mapping to single location --- host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_cpld.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_cpld.cpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_cpld.cpp index 8dfca2d6e..183b87dcb 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_cpld.cpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_cpld.cpp @@ -161,6 +161,7 @@ void magnesium_radio_ctrl_impl::_update_rx_freq_switches( // All the defaults are OK when using the bypass path. if (not bypass_lnas) { switch(band) { + case rx_band::LOWBAND: case rx_band::BAND0: rx_sw2 = magnesium_cpld_ctrl::RX_SW2_LOWERFILTERBANKTOSWITCH3; rx_sw3 = magnesium_cpld_ctrl::RX_SW3_FILTER0490LPMHZ; -- cgit v1.2.3