aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_io_impl.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-08-09 17:48:58 -0700
committerMartin Braun <martin.braun@ettus.com>2016-08-09 17:48:58 -0700
commit0837c4e2a3e878f8c45aa723f7d468839f4ba256 (patch)
treea39dbbe12413beec71e1bde61af06a13c8f8e2a8 /host/lib/usrp/x300/x300_io_impl.cpp
parent19ebebbc7fdbf8d245579d43ed85af857c4591d2 (diff)
downloaduhd-0837c4e2a3e878f8c45aa723f7d468839f4ba256.tar.gz
uhd-0837c4e2a3e878f8c45aa723f7d468839f4ba256.tar.bz2
uhd-0837c4e2a3e878f8c45aa723f7d468839f4ba256.zip
x300: Device propagates suggested TX MTU through the mtu property, not get_tx_hints()
Diffstat (limited to 'host/lib/usrp/x300/x300_io_impl.cpp')
-rw-r--r--host/lib/usrp/x300/x300_io_impl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/x300/x300_io_impl.cpp b/host/lib/usrp/x300/x300_io_impl.cpp
index 5314d1b9a..614a98590 100644
--- a/host/lib/usrp/x300/x300_io_impl.cpp
+++ b/host/lib/usrp/x300/x300_io_impl.cpp
@@ -64,9 +64,6 @@ device_addr_t x300_impl::get_rx_hints(size_t mb_index)
device_addr_t x300_impl::get_tx_hints(size_t mb_index)
{
device_addr_t tx_hints = _mb[mb_index].send_args;
- if (_mb[mb_index].xport_path != "nirio") {
- tx_hints["bpp"] = boost::lexical_cast<std::string>(X300_1GE_DATA_FRAME_MAX_SIZE);
- }
return tx_hints;
}