From 615bd83963afc7c18579065ae421073184f422cc Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Fri, 23 Oct 2020 11:19:17 +0200 Subject: [PATCH] ieee802154/radio: indicate that FCS is ignored when reading buffer --- sys/include/net/ieee802154/radio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/include/net/ieee802154/radio.h b/sys/include/net/ieee802154/radio.h index 9b1dfa57ea..b12b9e0d9f 100644 --- a/sys/include/net/ieee802154/radio.h +++ b/sys/include/net/ieee802154/radio.h @@ -428,7 +428,9 @@ struct ieee802154_radio_ops { * @brief Read a frame from the internal framebuffer * * This function reads the received frame from the internal framebuffer. - * It should try to copy the received frame into @p buf + * It should try to copy the received PSDU frame into @p buf. The FCS + * field will **not** be copied and its size **not** be taken into account + * for the return value. * * @post It's not safe to call this function again before setting the * transceiver state to @ref IEEE802154_TRX_STATE_RX_ON (thus flushing