From 60a716fae94d89add78ee2b339582b19dda0b8c2 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Wed, 17 Feb 2016 13:40:42 -0800 Subject: x300,e300: Fixed IQ swapping issue in RX frontend - DB connection mapping is implemented in DDC chain. FE corrections module does not swap --- host/lib/usrp/e300/e300_io_impl.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'host/lib/usrp/e300') diff --git a/host/lib/usrp/e300/e300_io_impl.cpp b/host/lib/usrp/e300/e300_io_impl.cpp index 209a73077..f9ca7b0b2 100644 --- a/host/lib/usrp/e300/e300_io_impl.cpp +++ b/host/lib/usrp/e300/e300_io_impl.cpp @@ -157,10 +157,8 @@ void e300_impl::_update_subdev_spec( const std::string conn = _tree->access( mb_path / "dboards" / spec[i].db_name / ("rx_frontends") / spec[i].sd_name / "connection").get(); - - const bool fe_swapped = (conn == "QI" or conn == "Q"); - _radio_perifs[i].ddc->set_mux(conn, fe_swapped); - _radio_perifs[i].rx_fe->set_mux(fe_swapped); + _radio_perifs[i].ddc->set_mux(conn); + _radio_perifs[i].rx_fe->set_mux(false); } } -- cgit v1.2.3