From f1bffe42fd557ad8adc23ccc47cd99d1e871b0bc Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 1 Apr 2014 19:37:52 +0200 Subject: uhd: Added max link rate info for usrp1, usrp2 and b100 --- host/lib/usrp/b100/b100_impl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/b100/b100_impl.cpp') 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(mb_path / "tx_subdev_spec").set(subdev_spec_t("A:" + _tree->list(mb_path / "dboards/A/tx_frontends").at(0))); _tree->access(mb_path / "clock_source/value").set("internal"); _tree->access(mb_path / "time_source/value").set("none"); + _tree->create(mb_path / "link_max_rate").set(B100_MAX_RATE_USB2); } b100_impl::~b100_impl(void){ -- cgit v1.2.3