From 01c8de2c68f45a923ce0d8c3726a2783624ace78 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/usrp2/usrp2_impl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/usrp2') diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp index 16d9b9a54..25f661656 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/usrp2/usrp2_impl.cpp @@ -442,6 +442,7 @@ usrp2_impl::usrp2_impl(const device_addr_t &_device_addr){ _mbc[mb].spiface = _mbc[mb].iface; break; } + _tree->create(mb_path / "link_max_rate").set(USRP2_LINK_RATE_BPS); //////////////////////////////////////////////////////////////// // setup the mboard eeprom -- cgit v1.2.3