]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/interfaces/private/FrameTx.nc
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio...
[tinyos-2.x.git] / tos / lib / mac / tkn154 / interfaces / private / FrameTx.nc
index 665d5543233c4fc16bd55ca4c1a87213b9093394..458ddf937d9c7cb170cd900c2f2edaf3ad04aa75 100644 (file)
@@ -34,7 +34,7 @@
 interface FrameTx
 {
   /**
-   * Transmits a frame buffer.
+   * Transmits a frame.
    *
    * @param  txFrame    the frame to transmit
    * @return IEEE154_SUCCESS if the request was accepted and
@@ -43,7 +43,7 @@ interface FrameTx
   command ieee154_status_t transmit(ieee154_txframe_t *txFrame); 
 
   /**
-   * Signals the completion of the transmission of a frame buffer.
+   * Signals the completion of the transmission of a frame.
    *
    * @param  txFrame    the frame that was transmitted
    * @param  status     the result of the transmission