diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-29 12:25:19 -0500 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-29 12:25:19 -0500 |
commit | 3e268baedbb93fd51888d991e53abf6f658c4c97 (patch) | |
tree | 9a1437e5a5e35e66505380dfbaff3cd31369f3af /host/lib/usrp/usrp2/mboard_impl.cpp | |
parent | afd885501331932924ed7859aea0c8919a043b1c (diff) | |
download | uhd-3e268baedbb93fd51888d991e53abf6f658c4c97.tar.gz uhd-3e268baedbb93fd51888d991e53abf6f658c4c97.tar.bz2 uhd-3e268baedbb93fd51888d991e53abf6f658c4c97.zip |
usrp-n: some rx path fixes
removed stop streaming command from init (taken care of by reset)
fixed incoming packet filter to pass inline message packets
Diffstat (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/mboard_impl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp index 13d8b9856..6f1184ad7 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -77,12 +77,6 @@ usrp2_mboard_impl::usrp2_mboard_impl( _allowed_decim_and_interp_rates.push_back(i); } - - //Issue a stop streaming command (in case it was left running). - //Since this command is issued before the networking is setup, - //most if not all junk packets will never make it to the socket. - this->issue_ddc_stream_cmd(stream_cmd_t::STREAM_MODE_STOP_CONTINUOUS); - //setup the vrt rx registers _iface->poke32(_iface->regs.rx_ctrl_clear_overrun, 1); //reset _iface->poke32(_iface->regs.rx_ctrl_nsamps_per_pkt, recv_samps_per_packet); |