X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2Finterfaces%2FMCPS%2FMCPS_DATA.nc;h=6c2cf76c41171c1c391b78c4ea59849ee1ef76cd;hb=82c215ff867ea7ef4fa748fb72b686c32ffb25e1;hp=5870943857f8b4fae6ccc18b2f2118fe26cd5694;hpb=afb6da3df34fdebb6843598761ef4de5eb0186f6;p=tinyos-2.x.git diff --git a/tos/lib/mac/tkn154/interfaces/MCPS/MCPS_DATA.nc b/tos/lib/mac/tkn154/interfaces/MCPS/MCPS_DATA.nc index 58709438..6c2cf76c 100644 --- a/tos/lib/mac/tkn154/interfaces/MCPS/MCPS_DATA.nc +++ b/tos/lib/mac/tkn154/interfaces/MCPS/MCPS_DATA.nc @@ -44,12 +44,12 @@ interface MCPS_DATA * SPDU (i.e., MSDU) from a local SSCS entity to a single peer SSCS * entity." (IEEE 802.15.4-2006, Sec. 7.1.1.1) * - * The MSDU is the payload portion of a message_t (frame<\code> - * parameter) and can be accessed through the IEEE154Frame<\code> + * The MSDU is the payload portion of a message_t (frame + * parameter) and can be accessed through the IEEE154Frame * interface. In contrast to the standard interface definition address * information is not passed as separate parameters; instead, the - * address information is already part of the frame<\code>, - * i.e. it must have been set (through the IEEE154Frame<\code> + * address information is already part of the frame, + * i.e. it must have been set (through the IEEE154Frame * interface) before this command is called. * * If this command returns IEEE154_SUCCESS, then the confirm event @@ -93,7 +93,7 @@ interface MCPS_DATA /** * Indicates the arrival of a frame. Address information can be accessed - * through the IEEE154Frame<\code> interface. + * through the IEEE154Frame interface. * * @return A frame buffer for the stack to use for the next received frame */