aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2.c
diff options
context:
space:
mode:
authorRasesh Mody <rasesh.mody@qlogic.com>2015-02-17 19:26:19 -0500
committerDavid S. Miller <davem@davemloft.net>2015-02-20 15:46:49 -0500
commit0021850d0417a4dc38ed871d929b651b87e2ead9 (patch)
treee09d0ae26e05b76dd81b5f056916393e60690f98 /drivers/net/ethernet/broadcom/bnx2.c
parentbnx2-cnic: Driver Rebranding Changes (diff)
downloadlinux-dev-0021850d0417a4dc38ed871d929b651b87e2ead9.tar.xz
linux-dev-0021850d0417a4dc38ed871d929b651b87e2ead9.zip
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>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnx2.c')
-rw-r--r--drivers/net/ethernet/broadcom/bnx2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2.c b/drivers/net/ethernet/broadcom/bnx2.c
index 8957eb5f4478..8c9a8b7787d2 100644
--- a/drivers/net/ethernet/broadcom/bnx2.c
+++ b/drivers/net/ethernet/broadcom/bnx2.c
@@ -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);