mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 22:35:11 +02:00
[ar71xx] fix the name of the micrel PHY driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11990 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3f72b573db
commit
a2110d5d1f
@ -46,7 +46,7 @@ static int ksz8041_config_intr(struct phy_device *phydev)
|
|||||||
|
|
||||||
static struct phy_driver ksz8041_phy_driver = {
|
static struct phy_driver ksz8041_phy_driver = {
|
||||||
.phy_id = 0x00221512,
|
.phy_id = 0x00221512,
|
||||||
.name = "Micrel/Kendin KSZ8041",
|
.name = "Micrel KSZ8041",
|
||||||
.phy_id_mask = 0x001fffff,
|
.phy_id_mask = 0x001fffff,
|
||||||
.features = PHY_BASIC_FEATURES,
|
.features = PHY_BASIC_FEATURES,
|
||||||
.flags = PHY_HAS_INTERRUPT,
|
.flags = PHY_HAS_INTERRUPT,
|
||||||
|
Loading…
Reference in New Issue
Block a user