mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-19 06:36:51 +08:00
Fix some comments to reference ethernet_output now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user