aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-07-29 18:12:20 -0700
committerNick Foster <nick@nerdnetworks.org>2010-07-29 18:12:20 -0700
commit90a5d84a18aaa338092e572ff257aab1fdcc8e6b (patch)
treed31806e064b1b12a21b2245bec2c9251537a6083 /host/lib/usrp/usrp2/mboard_impl.cpp
parentf39c4538a3ca25c79f6b793ee0b6448051dcd751 (diff)
parent1cddf89b0ea0b509418ea9a817bd1cebbdfdb118 (diff)
downloaduhd-90a5d84a18aaa338092e572ff257aab1fdcc8e6b.tar.gz
uhd-90a5d84a18aaa338092e572ff257aab1fdcc8e6b.tar.bz2
uhd-90a5d84a18aaa338092e572ff257aab1fdcc8e6b.zip
Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2p
Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
Diffstat (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/mboard_impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp
index 7243880f3..c8e22a709 100644
--- a/host/lib/usrp/usrp2/mboard_impl.cpp
+++ b/host/lib/usrp/usrp2/mboard_impl.cpp
@@ -89,6 +89,7 @@ usrp2_mboard_impl::usrp2_mboard_impl(
_iface->poke32(_iface->regs.tx_ctrl_num_chan, 0); //1 channel
_iface->poke32(_iface->regs.tx_ctrl_clear_state, 1); //reset
_iface->poke32(_iface->regs.tx_ctrl_report_sid, 1); //sid 1 (different from rx)
+ _iface->poke32(_iface->regs.tx_ctrl_policy, U2_FLAG_TX_CTRL_POLICY_NEXT_PACKET);
//init the ddc
init_ddc_config();