aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp
diff options
context:
space:
mode:
authorTrung Tran <trung.tran@ettus.com>2018-07-13 16:00:24 -0700
committerMartin Braun <martin.braun@ettus.com>2018-07-14 11:21:26 -0700
commit606d8fc36de0e1812da66e48f23eb7b840b28ebb (patch)
tree36f8623b0aaa36b13df922596291056941935afb /host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp
parent8a3148eb25cfd26c4449e6e34c3cba1e41ebc500 (diff)
downloaduhd-606d8fc36de0e1812da66e48f23eb7b840b28ebb.tar.gz
uhd-606d8fc36de0e1812da66e48f23eb7b840b28ebb.tar.bz2
uhd-606d8fc36de0e1812da66e48f23eb7b840b28ebb.zip
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.
Diffstat (limited to 'host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp')
-rw-r--r--host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp4
1 files changed, 0 insertions, 4 deletions
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;