Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bnx2: Fix for Chip Initialization

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>

authored by

Rasesh Mody and committed by
David S. Miller
0021850d 2e0bf125

-2
-2
drivers/net/ethernet/broadcom/bnx2.c
··· 4984 4984 4985 4985 bp->idle_chk_status_idx = 0xffff; 4986 4986 4987 - bp->rx_mode = BNX2_EMAC_RX_MODE_SORT_MODE; 4988 - 4989 4987 /* Set up how to generate a link change interrupt. */ 4990 4988 BNX2_WR(bp, BNX2_EMAC_ATTENTION_ENA, BNX2_EMAC_ATTENTION_ENA_LINK); 4991 4989