diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-04-01 18:41:25 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-04-10 21:03:10 +0200 |
commit | 1621df26acf84f5fc0f594930ee793e94a9ed5eb (patch) | |
tree | c9e66d8ec93183349c9cfdb474310a5d25589ddb /host/lib/usrp/b200/b200_impl.cpp | |
parent | d52f44904d275d301106c799056596e9105e7916 (diff) | |
download | uhd-1621df26acf84f5fc0f594930ee793e94a9ed5eb.tar.gz uhd-1621df26acf84f5fc0f594930ee793e94a9ed5eb.tar.bz2 uhd-1621df26acf84f5fc0f594930ee793e94a9ed5eb.zip |
b200: Added max link rate info
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.cpp')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index 9dd3a424d..84310a9fe 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -250,6 +250,7 @@ b200_impl::b200_impl(const device_addr_t &device_addr) ctrl_xport_args ); while (_ctrl_transport->get_recv_buff(0.0)){} //flush ctrl xport + _tree->create<double>(mb_path / "link_max_rate").set((usb_speed == 3) ? B200_MAX_RATE_USB3 : B200_MAX_RATE_USB2); //////////////////////////////////////////////////////////////////// // Async task structure |