Skip to content

Commit

Permalink
gianfar: Update Marvell PHY name
Browse files Browse the repository at this point in the history
This patch updates the name identifier to list both of the Marvell PHYs
that are supported.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
  • Loading branch information
Kumar Gala authored and Jeff Garzik committed Jun 26, 2005
1 parent 169a3e6 commit 223d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/gianfar_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ static struct phy_info phy_info_dm9161 = {
static struct phy_info phy_info_marvell = {
.phy_id = 0x01410c00,
.phy_id_mask = 0xffffff00,
.name = "Marvell 88E1101",
.name = "Marvell 88E1101/88E1111",
.features = MII_GBIT_FEATURES,
.config_aneg = &marvell_config_aneg,
.read_status = &marvell_read_status,
Expand Down

0 comments on commit 223d472

Please sign in to comment.