Skip to content

Commit

Permalink
bnx2: Fix for Chip Initialization
Browse files Browse the repository at this point in the history
Do not enable filter SORT MODE in chip init routine. This patch addresses an
issue where BCM5716 sporadically drops packets when changing multicast list.

Signed-off-by: Rasesh Mody <rasesh.mody@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rasesh Mody authored and David S. Miller committed Feb 20, 2015
1 parent 2e0bf12 commit 0021850
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ethernet/broadcom/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4984,8 +4984,6 @@ bnx2_init_chip(struct bnx2 *bp)

bp->idle_chk_status_idx = 0xffff;

bp->rx_mode = BNX2_EMAC_RX_MODE_SORT_MODE;

/* Set up how to generate a link change interrupt. */
BNX2_WR(bp, BNX2_EMAC_ATTENTION_ENA, BNX2_EMAC_ATTENTION_ENA_LINK);

Expand Down

0 comments on commit 0021850

Please sign in to comment.