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-01 19:39:01 +0200 |
commit | f1bffe42fd557ad8adc23ccc47cd99d1e871b0bc (patch) | |
tree | 22bd30fe853c55e0651b19b4c92b9e6b064e1603 /host/lib/usrp/usrp2/usrp2_impl.cpp | |
parent | 3e1f7c56ba0d72af82aa8a3a39e1b659d2445043 (diff) | |
download | uhd-f1bffe42fd557ad8adc23ccc47cd99d1e871b0bc.tar.gz uhd-f1bffe42fd557ad8adc23ccc47cd99d1e871b0bc.tar.bz2 uhd-f1bffe42fd557ad8adc23ccc47cd99d1e871b0bc.zip |
uhd: Added max link rate info for usrp1, usrp2 and b100
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-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 |