Minor: More documentation updates

This commit is contained in:
Dirk Ziegelmeier
2016-08-25 22:23:11 +02:00
parent 57468b8a30
commit 537bd836c9
2 changed files with 13 additions and 10 deletions

View File

@@ -69,7 +69,9 @@ const struct eth_addr ethzero = {{0,0,0,0,0,0}};
* @param p the received packet, p->payload pointing to the ethernet header
* @param netif the network interface on which the packet was received
*
* @see @ref LWIP_HOOK_UNKNOWN_ETH_PROTOCOL
* @see @ref LWIP_HOOK_UNKNOWN_ETH_PROTOCOL,
* @ref ETHARP_SUPPORT_VLAN and
* @ref LWIP_HOOK_VLAN_CHECK.
*/
err_t
ethernet_input(struct pbuf *p, struct netif *netif)