mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[8021Q]: vlan_dev misannotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8e3d716cce
commit
9534f035ee
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ static int vlan_dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
|||
vlan_dev_info(dev)->cnt_encap_on_xmit++;
|
||||
|
||||
pr_debug("%s: proto to encap: 0x%hx\n",
|
||||
__FUNCTION__, htons(veth->h_vlan_proto));
|
||||
__FUNCTION__, ntohs(veth->h_vlan_proto));
|
||||
/* Construct the second two bytes. This field looks something
|
||||
* like:
|
||||
* usr_priority: 3 bits (high bits)
|
||||
|
|
Loading…
Reference in a new issue