net: Fix some __vlan_hwaccel_put_tag() callers.
Several call sites were missed when the protocol argument was added to
__vlan_hwaccel_put_tag() in commit
86a9bad3ab
("net: vlan: add protocol
argument to packet tagging functions").
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -725,7 +725,8 @@ static int ehea_proc_rwqes(struct net_device *dev,
|
||||
processed_bytes += skb->len;
|
||||
|
||||
if (cqe->status & EHEA_CQE_VLAN_TAG_XTRACT)
|
||||
__vlan_hwaccel_put_tag(skb, cqe->vlan_tag);
|
||||
__vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
|
||||
cqe->vlan_tag);
|
||||
|
||||
napi_gro_receive(&pr->napi, skb);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user