X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2Finterfaces%2Fprivate%2FFrameTx.nc;h=458ddf937d9c7cb170cd900c2f2edaf3ad04aa75;hp=d9e3aef6d088a0e5f850b3ccebd97a3d47ceff3c;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/mac/tkn154/interfaces/private/FrameTx.nc b/tos/lib/mac/tkn154/interfaces/private/FrameTx.nc index d9e3aef6..458ddf93 100644 --- a/tos/lib/mac/tkn154/interfaces/private/FrameTx.nc +++ b/tos/lib/mac/tkn154/interfaces/private/FrameTx.nc @@ -34,16 +34,16 @@ interface FrameTx { /** - * 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 */ 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