commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9137 - usrp2/branches/developers/eb/merge-wip/host-ng


From: eb
Subject: [Commit-gnuradio] r9137 - usrp2/branches/developers/eb/merge-wip/host-ng/lib
Date: Fri, 1 Aug 2008 13:45:48 -0600 (MDT)

Author: eb
Date: 2008-08-01 13:45:48 -0600 (Fri, 01 Aug 2008)
New Revision: 9137

Modified:
   usrp2/branches/developers/eb/merge-wip/host-ng/lib/usrp2_impl.cc
Log:
need to pass flags

Modified: usrp2/branches/developers/eb/merge-wip/host-ng/lib/usrp2_impl.cc
===================================================================
--- usrp2/branches/developers/eb/merge-wip/host-ng/lib/usrp2_impl.cc    
2008-08-01 19:45:43 UTC (rev 9136)
+++ usrp2/branches/developers/eb/merge-wip/host-ng/lib/usrp2_impl.cc    
2008-08-01 19:45:48 UTC (rev 9137)
@@ -209,7 +209,7 @@
                             int word0_flags, int chan, uint32_t timestamp)
   {
     init_et_hdrs(p, dst);
-    u2p_set_word0(&p->fixed, 0, chan);
+    u2p_set_word0(&p->fixed, word0_flags, chan);
     u2p_set_timestamp(&p->fixed, timestamp);
     
     if (chan == CONTROL_CHAN) { // no sequence numbers, back it out





reply via email to

[Prev in Thread] Current Thread [Next in Thread]