aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_impl.cpp
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2014-04-10 13:05:30 -0700
committerBen Hilburn <ben.hilburn@ettus.com>2014-04-10 13:05:30 -0700
commitd3459ad697b4c38354731eb6e6fc1075b194d5ea (patch)
treecdc8fb0fbf8cee90d3b3d279b31b0372f1f04a57 /host/lib/usrp/b200/b200_impl.cpp
parentbab808d883366123a944ce047a0b88a1b3ce1117 (diff)
parentdfd019c5b76446830031c0c2352f0558dd48c210 (diff)
downloaduhd-d3459ad697b4c38354731eb6e6fc1075b194d5ea.tar.gz
uhd-d3459ad697b4c38354731eb6e6fc1075b194d5ea.tar.bz2
uhd-d3459ad697b4c38354731eb6e6fc1075b194d5ea.zip
Merge branch 'martin/warn_sampling_rate'
Warn users if they request a sample rate greater than the interface bandwidth.
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.cpp')
-rw-r--r--host/lib/usrp/b200/b200_impl.cpp1
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