aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/mboard_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-25 21:10:41 +0000
committerJosh Blum <josh@joshknows.com>2010-08-25 21:10:41 +0000
commit924914beaac3dd3a2d9fe40c9067ad4f9147a4f6 (patch)
tree2cec2f9ff3a22053771777fe969e23f0aa691fc4 /host/lib/usrp/usrp_e/mboard_impl.cpp
parent65821027b8d41e9c736bc7e29a4fa1f84dc890ba (diff)
downloaduhd-924914beaac3dd3a2d9fe40c9067ad4f9147a4f6.tar.gz
uhd-924914beaac3dd3a2d9fe40c9067ad4f9147a4f6.tar.bz2
uhd-924914beaac3dd3a2d9fe40c9067ad4f9147a4f6.zip
usrp-e: implemented tx policy and handling of async messages
Diffstat (limited to 'host/lib/usrp/usrp_e/mboard_impl.cpp')
-rw-r--r--host/lib/usrp/usrp_e/mboard_impl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/usrp_e/mboard_impl.cpp b/host/lib/usrp/usrp_e/mboard_impl.cpp
index 047db3f7c..3d4cef069 100644
--- a/host/lib/usrp/usrp_e/mboard_impl.cpp
+++ b/host/lib/usrp/usrp_e/mboard_impl.cpp
@@ -41,10 +41,6 @@ void usrp_e_impl::mboard_init(void){
_clock_config.pps_source = clock_config_t::PPS_SMA;
//TODO poke the clock config regs
-
- //setup the tx policy
- _iface->poke32(UE_REG_CTRL_TX_REPORT_SID, 1);
- _iface->poke32(UE_REG_CTRL_TX_POLICY, UE_FLAG_CTRL_TX_POLICY_NEXT_PACKET);
}
/***********************************************************************