From a2110d5d1f134a65b9959d3b74c3bcefbc0ff6c1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 29 Jul 2008 12:46:05 +0000 Subject: [PATCH] [ar71xx] fix the name of the micrel PHY driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11990 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/drivers/net/phy/micrel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/drivers/net/phy/micrel.c b/target/linux/ar71xx/files/drivers/net/phy/micrel.c index e6516729f..6a40cff1c 100644 --- a/target/linux/ar71xx/files/drivers/net/phy/micrel.c +++ b/target/linux/ar71xx/files/drivers/net/phy/micrel.c @@ -46,7 +46,7 @@ static int ksz8041_config_intr(struct phy_device *phydev) static struct phy_driver ksz8041_phy_driver = { .phy_id = 0x00221512, - .name = "Micrel/Kendin KSZ8041", + .name = "Micrel KSZ8041", .phy_id_mask = 0x001fffff, .features = PHY_BASIC_FEATURES, .flags = PHY_HAS_INTERRUPT, -- 2.35.1