Fix some comments to reference ethernet_output now

This commit is contained in:
Dirk Ziegelmeier
2016-08-23 10:23:59 +02:00
parent 18136c047b
commit bae4d6398c
3 changed files with 3 additions and 3 deletions

View File

@@ -2509,7 +2509,7 @@
/**
* LWIP_HOOK_VLAN_SET(netif, eth_hdr, vlan_hdr):
* - called from etharp_raw() and etharp_send_ip() if VLAN support is enabled
* - called from etharp_raw() and ethernet_output() if VLAN support is enabled
* - netif: struct netif that the packet will be sent through
* - eth_hdr: struct eth_hdr of the packet
* - vlan_hdr: struct eth_vlan_hdr of the packet