aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-10 10:10:05 -0700
committerJosh Blum <josh@joshknows.com>2010-06-10 10:10:05 -0700
commit126444c564d30d65116be5f772bdf47594d62884 (patch)
tree13c60f59f937edd34aacd58f69b03f5253f76f1f /host/lib/usrp/usrp2/usrp2_impl.hpp
parentad95e45ab20134657075cd30b989748597c17765 (diff)
downloaduhd-126444c564d30d65116be5f772bdf47594d62884.tar.gz
uhd-126444c564d30d65116be5f772bdf47594d62884.tar.bz2
uhd-126444c564d30d65116be5f772bdf47594d62884.zip
Moved mux calculations into dsp type1 utils.
Fixed error in db basic freq range switcheroo.
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 77148ee62..ccc09003e 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -190,8 +190,6 @@ private:
wax_obj_proxy::sptr _tx_dboard_proxy;
uhd::prop_names_t _tx_subdevs_in_use;
uhd::usrp::dboard_eeprom_t _tx_db_eeprom;
- void update_rx_mux_config(void);
- void update_tx_mux_config(void);
//methods and shadows for the ddc dsp
std::vector<size_t> _allowed_decim_and_interp_rates;