aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/bnx2x_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c
index ccdc3fe13414..24fe083ee1be 100644
--- a/drivers/net/bnx2x_main.c
+++ b/drivers/net/bnx2x_main.c
@@ -10433,7 +10433,8 @@ static int bnx2x_test_intr(struct bnx2x *bp)
10433 10433
10434 config->hdr.length = 0; 10434 config->hdr.length = 0;
10435 if (CHIP_IS_E1(bp)) 10435 if (CHIP_IS_E1(bp))
10436 config->hdr.offset = (BP_PORT(bp) ? 32 : 0); 10436 /* use last unicast entries */
10437 config->hdr.offset = (BP_PORT(bp) ? 63 : 31);
10437 else 10438 else
10438 config->hdr.offset = BP_FUNC(bp); 10439 config->hdr.offset = BP_FUNC(bp);
10439 config->hdr.client_id = bp->fp->cl_id; 10440 config->hdr.client_id = bp->fp->cl_id;