diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-04-01 19:37:52 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-04-10 21:03:10 +0200 |
commit | 01c8de2c68f45a923ce0d8c3726a2783624ace78 (patch) | |
tree | f2b9052676ea197eef061d2108840af80dc03745 /host/lib/usrp/usrp2 | |
parent | 1621df26acf84f5fc0f594930ee793e94a9ed5eb (diff) | |
download | uhd-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/usrp2')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<double>(mb_path / "link_max_rate").set(USRP2_LINK_RATE_BPS); //////////////////////////////////////////////////////////////// // setup the mboard eeprom |