aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp
diff options
context:
space:
mode:
authorMark Meserve <mark.meserve@ni.com>2018-10-25 16:34:41 -0500
committerBrent Stapleton <bstapleton@g.hmc.edu>2018-11-05 13:49:17 -0800
commit56bbaf609f19677f0d3695387382ae92cdc94162 (patch)
tree3ae2ad3375e5fc814453e267b5b364ecee918f53 /host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp
parent728d9abfe7fd9adf87ba4f87627829e09ddcc8cf (diff)
downloaduhd-56bbaf609f19677f0d3695387382ae92cdc94162.tar.gz
uhd-56bbaf609f19677f0d3695387382ae92cdc94162.tar.bz2
uhd-56bbaf609f19677f0d3695387382ae92cdc94162.zip
rh: adjust tx lo gain table
- Improves performance for frequencies greater than 3.5 GHz
Diffstat (limited to 'host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp')
-rw-r--r--host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp
index c070dabea..af6322655 100644
--- a/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp
+++ b/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp
@@ -239,7 +239,7 @@ private:
static uhd::gain_range_t _get_lo_power_range();
//! Lookup the LO DSA setting from LO frequency
- int _get_lo_dsa_setting(const double freq);
+ int _get_lo_dsa_setting(const double freq, const direction_t dir);
//! Lookup the LO output power setting from LO frequency
unsigned int _get_lo_power_setting(const double freq);