aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/b100_impl.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-04-01 19:37:52 +0200
committerMartin Braun <martin.braun@ettus.com>2014-04-10 21:03:10 +0200
commit01c8de2c68f45a923ce0d8c3726a2783624ace78 (patch)
treef2b9052676ea197eef061d2108840af80dc03745 /host/lib/usrp/b100/b100_impl.cpp
parent1621df26acf84f5fc0f594930ee793e94a9ed5eb (diff)
downloaduhd-01c8de2c68f45a923ce0d8c3726a2783624ace78.tar.gz
uhd-01c8de2c68f45a923ce0d8c3726a2783624ace78.tar.bz2
uhd-01c8de2c68f45a923ce0d8c3726a2783624ace78.zip
uhd: Added max link rate info for usrp1, usrp2 and b100
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.cpp')
-rw-r--r--host/lib/usrp/b100/b100_impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp
index a47856b07..cb32a596c 100644
--- a/host/lib/usrp/b100/b100_impl.cpp
+++ b/host/lib/usrp/b100/b100_impl.cpp
@@ -515,6 +515,7 @@ b100_impl::b100_impl(const device_addr_t &device_addr){
_tree->access<subdev_spec_t>(mb_path / "tx_subdev_spec").set(subdev_spec_t("A:" + _tree->list(mb_path / "dboards/A/tx_frontends").at(0)));
_tree->access<std::string>(mb_path / "clock_source/value").set("internal");
_tree->access<std::string>(mb_path / "time_source/value").set("none");
+ _tree->create<double>(mb_path / "link_max_rate").set(B100_MAX_RATE_USB2);
}
b100_impl::~b100_impl(void){