From 04e9d23d5f9f300164182597b0e0525063bd91e4 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 4 Feb 2012 08:41:54 -0800 Subject: b100: delete some unused registers from map --- host/lib/usrp/b100/io_impl.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/lib/usrp/b100/io_impl.cpp') diff --git a/host/lib/usrp/b100/io_impl.cpp b/host/lib/usrp/b100/io_impl.cpp index b1a44d70e..db5af0dc5 100644 --- a/host/lib/usrp/b100/io_impl.cpp +++ b/host/lib/usrp/b100/io_impl.cpp @@ -58,9 +58,6 @@ void b100_impl::io_init(void){ _fpga_ctrl->poke32(B100_REG_CLEAR_RX, 0); _fpga_ctrl->poke32(B100_REG_CLEAR_TX, 0); - //set the expected packet size in USB frames - _fpga_ctrl->poke32(B100_REG_MISC_RX_LEN, 4); - //allocate streamer weak ptrs containers _rx_streamers.resize(_rx_dsps.size()); _tx_streamers.resize(1/*known to be 1 dsp*/); -- cgit v1.2.3