diff options
author | Kumar Gala <kumar.gala@freescale.com> | 2005-06-26 21:58:51 (GMT) |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-26 21:58:51 (GMT) |
commit | 223d47278a77091b62e7d063e95860f63ca55e20 (patch) | |
tree | 1695d95da8fe6e5e01a1607d99902da45a1ce708 | |
parent | 169a3e66637c667b43dab7c319ffd5c99804cad8 (diff) | |
download | linux-223d47278a77091b62e7d063e95860f63ca55e20.tar.xz |
gianfar: Update Marvell PHY name
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>
-rw-r--r-- | drivers/net/gianfar_phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/gianfar_phy.c b/drivers/net/gianfar_phy.c index 02b16ab..7c965f2 100644 --- a/drivers/net/gianfar_phy.c +++ b/drivers/net/gianfar_phy.c @@ -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, |