Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215524
b: refs/heads/master
c: 0988c4c
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Gross authored and David S. Miller committed Oct 22, 2010
1 parent 38ec20f commit a2a9e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2198a10b501fd4443430cb17e065a9e859cc58c9
refs/heads/master: 0988c4c7fb5881377ec20a6452f739a722e97c6b
3 changes: 2 additions & 1 deletion trunk/include/linux/if_vlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ static inline int __vlan_hwaccel_rx(struct sk_buff *skb, struct vlan_group *grp,

static inline bool vlan_hwaccel_do_receive(struct sk_buff **skb)
{
BUG();
if ((*skb)->vlan_tci & VLAN_VID_MASK)
(*skb)->pkt_type = PACKET_OTHERHOST;
return false;
}

Expand Down

0 comments on commit a2a9e8e

Please sign in to comment.