1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Revert "doc: mandatory netif snip for gnrc_ipv6 receive()"

This reverts commit f15e038efe.
This commit is contained in:
Martine Lenders 2016-04-17 14:06:41 +02:00
parent 0aa0eba593
commit 9789eb249e

View File

@ -14,10 +14,7 @@
* The IPv6 control thread understands messages of type
*
* * @ref GNRC_NETAPI_MSG_TYPE_RCV, and
* * @ref GNRC_NETAPI_MSG_TYPE_SND.
*
* If the message is of type @ref GNRC_NETAPI_MSG_TYPE_RCV the provided @ref
* gnrc_pktsnip_t must contain a snip of type @ref GNRC_NETTYPE_NETIF.
* * @ref GNRC_NETAPI_MSG_TYPE_SND,
*
* @{
*