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);



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to