bnx2x: Add BCM84823 to the supported PHYs
authorYaniv Rosner <yaniv.rosner@broadcom.com>
Wed, 1 Sep 2010 09:51:35 +0000 (09:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Sep 2010 17:44:34 +0000 (10:44 -0700)
Add BCM84823 to the supported PHYs

Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x/bnx2x_main.c

index b09fa04..993d7e8 100644 (file)
@@ -6226,7 +6226,8 @@ static void __devinit bnx2x_link_settings_supported(struct bnx2x *bp,
                        break;
 
                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);
 
                        bp->port.supported |= (SUPPORTED_10baseT_Half |