Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194767
b: refs/heads/master
c: 4447957
h: refs/heads/master
i:
  194765: 9c08277
  194763: 82d355f
  194759: 665de4d
  194751: 09f4376
v: v3
  • Loading branch information
Tom Herbert authored and David S. Miller committed May 6, 2010
1 parent 1130b28 commit 8018f66
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: 2861a185e3ac2ebe5958a2039b66062445bf4f7d
refs/heads/master: 4447957a825031b3faf3b5bc2013afe35eff492b
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ static int bnx2x_rx_int(struct bnx2x_fastpath *fp, int budget)

skb->protocol = eth_type_trans(skb, bp->dev);

if ((bp->dev->features & ETH_FLAG_RXHASH) &&
if ((bp->dev->features & NETIF_F_RXHASH) &&
(cqe_fp_status_flags &
ETH_FAST_PATH_RX_CQE_RSS_HASH_FLG))
skb->rxhash = le32_to_cpu(
Expand Down

0 comments on commit 8018f66

Please sign in to comment.