From 606d8fc36de0e1812da66e48f23eb7b840b28ebb Mon Sep 17 00:00:00 2001 From: Trung Tran Date: Fri, 13 Jul 2018 16:00:24 -0700 Subject: mg: fix tx power issue This commit will fix power issues with 2 radios configuration (UHD 3.12+). Removed unused _master boolean. CPLD path are now correct, each radio has its own CPLD object. --- host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp') diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp index c6fd1bee4..85c11f063 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp @@ -299,10 +299,6 @@ private: //! Prepended for all dboard RPC calls std::string _rpc_prefix; - //! If true, this is a master radio. This attribute will go away when we - // move back to 1 radio block per dboard. - bool _master; - //! Additional block args; gets set during set_rpc_client() uhd::device_addr_t _block_args; -- cgit v1.2.3