Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79504d70 authored by Yuval Mintz's avatar Yuval Mintz Committed by David S. Miller
Browse files

bnx2x: correct LPI pass-through configuration



Commit c8c60d88 contained
an incorrect logic which enabled a buffer overflow when accessing
an array during LPI pass-through configuration.
This patch fixes this issue by removing that logic altogether.

Signed-off-by: default avatarYuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: default avatarYaniv Rosner <yaniv.rosner@broadcom.com>
Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 260762c7
Loading
Loading
Loading
Loading
+6 −12
Original line number Diff line number Diff line
@@ -4057,18 +4057,12 @@ static void bnx2x_warpcore_set_10G_XFI(struct bnx2x_phy *phy,
			 MDIO_WC_REG_DIGITAL4_MISC3, val | 0x8080);

	/* Enable LPI pass through */
	if ((params->eee_mode & EEE_MODE_ADV_LPI) &&
	    (phy->flags & FLAGS_EEE_10GBT) &&
	    (!(params->eee_mode & EEE_MODE_ENABLE_LPI) ||
	      bnx2x_eee_calc_timer(params)) &&
	    (params->req_duplex[bnx2x_phy_selection(params)] == DUPLEX_FULL)) {
	DP(NETIF_MSG_LINK, "Configure WC for LPI pass through\n");
	bnx2x_cl45_write(bp, phy, MDIO_WC_DEVAD,
			 MDIO_WC_REG_EEE_COMBO_CONTROL0,
			 0x7c);
	bnx2x_cl45_read_or_write(bp, phy, MDIO_WC_DEVAD,
				 MDIO_WC_REG_DIGITAL4_MISC5, 0xc000);
	}

	/* 10G XFI Full Duplex */
	bnx2x_cl45_write(bp, phy, MDIO_WC_DEVAD,