aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-29 16:00:39 -0700
committerJosh Blum <josh@joshknows.com>2010-07-29 16:00:39 -0700
commit23a0454998d8904d4e6f2f3f8bc0a79557043321 (patch)
tree0e41dbbfe13001b23a1cedc12530fd27e0e32ffe /host/lib/usrp/usrp2/mboard_impl.cpp
parentbbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8 (diff)
downloaduhd-23a0454998d8904d4e6f2f3f8bc0a79557043321.tar.gz
uhd-23a0454998d8904d4e6f2f3f8bc0a79557043321.tar.bz2
uhd-23a0454998d8904d4e6f2f3f8bc0a79557043321.zip
usrp2: added tx policy register and changed fw to not handle error in buffer pool
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 b3b03c11c..0ac988361 100644
--- a/host/lib/usrp/usrp2/mboard_impl.cpp
+++ b/host/lib/usrp/usrp2/mboard_impl.cpp
@@ -85,6 +85,7 @@ usrp2_mboard_impl::usrp2_mboard_impl(
_iface->poke32(U2_REG_TX_CTRL_NUM_CHAN, 0); //1 channel
_iface->poke32(U2_REG_TX_CTRL_CLEAR_STATE, 1); //reset
_iface->poke32(U2_REG_TX_CTRL_REPORT_SID, 1); //sid 1 (different from rx)
+ _iface->poke32(U2_REG_TX_CTRL_POLICY, U2_FLAG_TX_CTRL_POLICY_NEXT_PACKET);
//init the ddc
init_ddc_config();