summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-07-29 12:46:05 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-07-29 12:46:05 +0000
commit029ef41bb14b24456c86be721682065edb05f6e2 (patch)
tree9dea29fedb32c1a5137cf9c6a6f3c99ebac7b002 /target/linux
parent3d6f8816dc387162ea813447eefb5bdc4c746b70 (diff)
downloadmaster-31e0f0ae-029ef41bb14b24456c86be721682065edb05f6e2.tar.gz
master-31e0f0ae-029ef41bb14b24456c86be721682065edb05f6e2.tar.bz2
master-31e0f0ae-029ef41bb14b24456c86be721682065edb05f6e2.zip
fix the name of the micrel PHY driver
SVN-Revision: 11990
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ar71xx/files/drivers/net/phy/micrel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/phy/micrel.c b/target/linux/ar71xx/files/drivers/net/phy/micrel.c
index e6516729f6..6a40cff1cd 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,