summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-02-29 14:26:40 -0800
committerJosh Blum <josh@joshknows.com>2012-02-29 14:26:40 -0800
commitb61f4ad603b43e8c257bf4bcca924368d5573c92 (patch)
treed6986ffe5f1137544e383e416d9e50cd3d548449 /host/lib/usrp
parent757dd0915ee4a32c65c940d7bc255ae812fa6b6a (diff)
downloaduhd-b61f4ad603b43e8c257bf4bcca924368d5573c92.tar.gz
uhd-b61f4ad603b43e8c257bf4bcca924368d5573c92.tar.bz2
uhd-b61f4ad603b43e8c257bf4bcca924368d5573c92.zip
usrp1: fix for cordic init, cant do it that way on tx
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp
index e6e4fe70f..607badda9 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.cpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.cpp
@@ -400,9 +400,6 @@ usrp1_impl::usrp1_impl(const device_addr_t &device_addr){
BOOST_FOREACH(const std::string &name, _tree->list(mb_path / "rx_dsps")){
_tree->access<double>(mb_path / "rx_dsps" / name / "freq" / "value").set(0.0);
}
- BOOST_FOREACH(const std::string &name, _tree->list(mb_path / "tx_dsps")){
- _tree->access<double>(mb_path / "tx_dsps" / name / "freq" / "value").set(0.0);
- }
if (_tree->list(mb_path / "rx_dsps").size() > 0)
_tree->access<subdev_spec_t>(mb_path / "rx_subdev_spec").set(_rx_subdev_spec);