diff options
author | Olaf Hering <olaf@aepfle.de> | 2013-06-14 17:07:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-19 23:16:50 -0700 |
commit | a7bf58040f4e8a7245cb3e24ab93057be3c46363 (patch) | |
tree | aae41fd249e56ac10834cd575590cd410a1c6b82 /include/linux/if_vlan.h | |
parent | a881ae1f625c599b460cc8f8a7fcb1c438f699ad (diff) |
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>
Diffstat (limited to 'include/linux/if_vlan.h')
-rw-r--r-- | include/linux/if_vlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 52bd03b38962..637fa71de0c7 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -44,7 +44,7 @@ struct vlan_hdr { * struct vlan_ethhdr - vlan ethernet header (ethhdr + vlan_hdr) * @h_dest: destination ethernet address * @h_source: source ethernet address - * @h_vlan_proto: ethernet protocol (always 0x8100) + * @h_vlan_proto: ethernet protocol * @h_vlan_TCI: priority and VLAN ID * @h_vlan_encapsulated_proto: packet type ID or len */ |