diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-25 21:10:41 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-25 21:10:41 +0000 |
commit | 924914beaac3dd3a2d9fe40c9067ad4f9147a4f6 (patch) | |
tree | 2cec2f9ff3a22053771777fe969e23f0aa691fc4 /host/lib/usrp/usrp_e/mboard_impl.cpp | |
parent | 65821027b8d41e9c736bc7e29a4fa1f84dc890ba (diff) | |
download | uhd-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.cpp | 4 |
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); } /*********************************************************************** |