X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2Finterfaces%2Fprivate%2FFrameTxNow.nc;h=7ac79658e130afe560d5eb4affbeed359a9b0fcd;hp=ce876296339aaba385d507cafd763bc466dff8b4;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/mac/tkn154/interfaces/private/FrameTxNow.nc b/tos/lib/mac/tkn154/interfaces/private/FrameTxNow.nc index ce876296..7ac79658 100644 --- a/tos/lib/mac/tkn154/interfaces/private/FrameTxNow.nc +++ b/tos/lib/mac/tkn154/interfaces/private/FrameTxNow.nc @@ -34,17 +34,17 @@ interface FrameTxNow { /** - * Transmits a frame buffer. + * Transmits a frame. * * @param txFrame the frame to transmit * @return IEEE154_SUCCESS if the request was accepted and - * only then transmitDone() will be signalled + * only then transmitDone() will be signalled */ async command ieee154_status_t transmitNow(ieee154_txframe_t *frame); /** - * 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