Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315482
b: refs/heads/master
c: 5d9a533
h: refs/heads/master
v: v3
  • Loading branch information
Pascal Bouchareine authored and Jeff Kirsher committed Jul 18, 2012
1 parent 39dd3a4 commit 2fe5da6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ddbe503203855939946430e39bae58de11b70b69
refs/heads/master: 5d9a533bacff6fbaf711c92575f5f646c2c772f1
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ static void ixgbevf_receive_skb(struct ixgbevf_q_vector *q_vector,
bool is_vlan = (status & IXGBE_RXD_STAT_VP);
u16 tag = le16_to_cpu(rx_desc->wb.upper.vlan);

if (is_vlan && test_bit(tag, adapter->active_vlans))
if (is_vlan && test_bit(tag & VLAN_VID_MASK, adapter->active_vlans))
__vlan_hwaccel_put_tag(skb, tag);

napi_gro_receive(&q_vector->napi, skb);
Expand Down

0 comments on commit 2fe5da6

Please sign in to comment.