Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184294
b: refs/heads/master
c: 0c43f43
h: refs/heads/master
v: v3
  • Loading branch information
Vladislav Zolotarov authored and David S. Miller committed Feb 17, 2010
1 parent 2e41c56 commit b856e6e
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: d43a7e67ae2f911765b3d5b6cbb85221a9ffd0a4
refs/heads/master: 0c43f43f48c5c60d62c4d26917da3ee71df464ea
3 changes: 2 additions & 1 deletion trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10433,7 +10433,8 @@ static int bnx2x_test_intr(struct bnx2x *bp)

config->hdr.length = 0;
if (CHIP_IS_E1(bp))
config->hdr.offset = (BP_PORT(bp) ? 32 : 0);
/* use last unicast entries */
config->hdr.offset = (BP_PORT(bp) ? 63 : 31);
else
config->hdr.offset = BP_FUNC(bp);
config->hdr.client_id = bp->fp->cl_id;
Expand Down

0 comments on commit b856e6e

Please sign in to comment.