]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosb/mac/tkn154/TKN154_platform.h
+ modified radio driver (PHY) interfaces: CSMA-CA algorithm is now pushed to radio...
[tinyos-2.x.git] / tos / platforms / telosb / mac / tkn154 / TKN154_platform.h
index e129e2550377a11738d0a59d6237dd6c3c59aff0..cf5b1972345817ac6482669492a8c4ac6f3639d7 100644 (file)
@@ -43,7 +43,7 @@
 
 enum {
   // guard time to give up the token before actual end of CAP/CFP
-  IEEE154_RADIO_GUARD_TIME = 1000,
+  IEEE154_ACTIVE_PERIOD_GUARD_TIME = 300,
 
   // the expected time for a RadioTx.prepare() operation to execute (return)
   IEEE154_RADIO_TX_PREPARE_DELAY = 220,