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

Commit 9a8a97e8 authored by Yaniv Rosner's avatar Yaniv Rosner Committed by David S. Miller
Browse files

bnx2x: Add BCM84823 to the supported PHYs



Add BCM84823 to the supported PHYs

Signed-off-by: default avatarYaniv Rosner <yanivr@broadcom.com>
Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a1e4be39
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -6226,7 +6226,8 @@ static void __devinit bnx2x_link_settings_supported(struct bnx2x *bp,
			break;
			break;


		case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8481:
		case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM8481:
			BNX2X_DEV_INFO("ext_phy_type 0x%x (BCM8481)\n",
		case PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM84823:
			BNX2X_DEV_INFO("ext_phy_type 0x%x (BCM848xx)\n",
				       ext_phy_type);
				       ext_phy_type);


			bp->port.supported |= (SUPPORTED_10baseT_Half |
			bp->port.supported |= (SUPPORTED_10baseT_Half |