commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6294 - gnuradio/branches/features/inband-usb/usrp/hos


From: gnychis
Subject: [Commit-gnuradio] r6294 - gnuradio/branches/features/inband-usb/usrp/host/lib/inband
Date: Tue, 4 Sep 2007 13:27:51 -0600 (MDT)

Author: gnychis
Date: 2007-09-04 13:27:51 -0600 (Tue, 04 Sep 2007)
New Revision: 6294

Modified:
   
gnuradio/branches/features/inband-usb/usrp/host/lib/inband/usrp_inband_usb_packet.h
Log:
Accidently left in a piece of the carrier sense hack.


Modified: 
gnuradio/branches/features/inband-usb/usrp/host/lib/inband/usrp_inband_usb_packet.h
===================================================================
--- 
gnuradio/branches/features/inband-usb/usrp/host/lib/inband/usrp_inband_usb_packet.h
 2007-09-04 18:19:39 UTC (rev 6293)
+++ 
gnuradio/branches/features/inband-usb/usrp/host/lib/inband/usrp_inband_usb_packet.h
 2007-09-04 19:27:51 UTC (rev 6294)
@@ -145,7 +145,6 @@
   void set_header(int flags, int chan, int tag, int payload_len){
     uint32_t word0 =  ((flags & FL_ALL_FLAGS)
                        | ((chan & CHAN_MASK) << CHAN_SHIFT)
-                       | (1 << 15) // CARRIER SENSE HACK
                        | ((tag & TAG_MASK) << TAG_SHIFT)
                        | ((payload_len & PAYLOAD_LEN_MASK) << 
PAYLOAD_LEN_SHIFT));
     d_word0 = host_to_usrp_u32(word0);





reply via email to

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