From 927da3982ede4aef07d0dc42597c00b38c63cc48 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Wed, 31 Aug 2011 16:04:10 -0700 Subject: B100: don't reset send buffers (screws up TX) --- host/lib/usrp/b100/b100_impl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host') diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp index 04be45b5d..89c9598b3 100644 --- a/host/lib/usrp/b100/b100_impl.cpp +++ b/host/lib/usrp/b100/b100_impl.cpp @@ -194,7 +194,6 @@ b100_impl::b100_impl(const device_addr_t &device_addr){ _fpga_ctrl->poke32(B100_REG_CLEAR_RX, 0); _fpga_ctrl->poke32(B100_REG_CLEAR_TX, 0); this->reset_gpif(6); - this->reset_gpif(2); //////////////////////////////////////////////////////////////////// // Initialize peripherals after reset -- cgit v1.2.3