Commit a7bf58040f4e8a7245cb3e24ab93057be3c46363

Authored by Olaf Hering
Committed by David S. Miller
1 parent a881ae1f62

net: vlan: fix comment for vlan_ethhdr->h_vlan_proto

After addition of 8021AD h_vlan_proto can be either ETH_P_8021Q or
ETH_P_8021AD.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/if_vlan.h
... ... @@ -44,7 +44,7 @@
44 44 * struct vlan_ethhdr - vlan ethernet header (ethhdr + vlan_hdr)
45 45 * @h_dest: destination ethernet address
46 46 * @h_source: source ethernet address
47   - * @h_vlan_proto: ethernet protocol (always 0x8100)
  47 + * @h_vlan_proto: ethernet protocol
48 48 * @h_vlan_TCI: priority and VLAN ID
49 49 * @h_vlan_encapsulated_proto: packet type ID or len
50 50 */