]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/RF230Config.nc
fix comment
[tinyos-2.x.git] / tos / chips / rf230 / RF230Config.nc
index 97d23928fd25b1e86db262f554d97f18a044976e..2662a928a71ae5956f795b6814c52325a6ca6c1b 100644 (file)
@@ -45,20 +45,10 @@ interface RF230Config
         */
        async command uint8_t* getPayload(message_t* msg);
 
-       /**
-        * Sets the timestamp (when the message was sent or received)
-        */
-       async command void setTimestamp(message_t* msg, uint16_t time);
-
-       /**
-        * Sets the link quality indicator field for the received message
-        */
-       async command void setLinkQuality(message_t* msg, uint8_t lqi);
-
        /**
         * Gets the number of bytes we should read before the RadioReceive.header
         * event is fired. If the length of the packet is less than this amount, 
-        * then that event is fired earlier.
+        * then that event is fired earlier. The header length must be at least one.
         */
        async command uint8_t getHeaderLength();
 
@@ -67,12 +57,6 @@ interface RF230Config
         */
        async command uint8_t getMaxLength();
 
-       /**
-        * Returns the transmit power for the given message, this must be a value 
-        * in the range [0, 15] which will be stored in the PHY_TX_PWR register.
-        */
-       async command uint8_t getTransmitPower(message_t* msg);
-
        /**
         * This command is used at power up to set the default channel.
         * The default CC2420 channel is 26.