diff --git a/sys/include/net/ng_netdev.h b/sys/include/net/ng_netdev.h index 563b485fe6e53eaaf1703f1c4b35bacccd391ee8..dc5fd82966422231a48ceee802240d199922f7d3 100644 --- a/sys/include/net/ng_netdev.h +++ b/sys/include/net/ng_netdev.h @@ -82,6 +82,8 @@ typedef struct { * @return number of bytes that were actually send out * @return -ENODEV if @p dev is invalid * @return -ENOMSG if pkt is invalid + * @return -EOVERFLOW if the payload size of @p pkt exceeds the + * payload size that can be handled by the device */ int (*send_data)(ng_netdev_t *dev, ng_pktsnip_t *pkt);