diff --git a/sys/include/net/ieee802154/submac.h b/sys/include/net/ieee802154/submac.h index 49e26e2dc7..5a1baa1925 100644 --- a/sys/include/net/ieee802154/submac.h +++ b/sys/include/net/ieee802154/submac.h @@ -544,7 +544,9 @@ ieee802154_fsm_state_t ieee802154_submac_process_ev(ieee802154_submac_t *submac, * * This function must be called when the ACK timeout timer fires. * - * @note this function should not be called inside ISR context. + * @note this function should not be called inside ISR context and MUST NOT + * be invoked if @ref ieee802154_submac_ack_timer_cancel was already + * called. * * @param[in] submac pointer to the SubMAC descriptor */