diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:06:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:06:35 +0000 |
commit | b0b3bc5f009249df74c13ec0dc6087cf1943b318 (patch) | |
tree | 04584132f5c79a71a972bf9597a9c1d3085f9bbb /target/linux/ar7/patches-2.6.23/210-phy_fixed.patch | |
parent | d132c5f42c208e4ab1bb3be0a7503262ee7e4059 (diff) | |
download | upstream-b0b3bc5f009249df74c13ec0dc6087cf1943b318.tar.gz upstream-b0b3bc5f009249df74c13ec0dc6087cf1943b318.tar.bz2 upstream-b0b3bc5f009249df74c13ec0dc6087cf1943b318.zip |
refresh kernel patches
SVN-Revision: 11196
Diffstat (limited to 'target/linux/ar7/patches-2.6.23/210-phy_fixed.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.23/210-phy_fixed.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/ar7/patches-2.6.23/210-phy_fixed.patch b/target/linux/ar7/patches-2.6.23/210-phy_fixed.patch index de49ff9d3f..24040786c0 100644 --- a/target/linux/ar7/patches-2.6.23/210-phy_fixed.patch +++ b/target/linux/ar7/patches-2.6.23/210-phy_fixed.patch @@ -1,8 +1,8 @@ -Index: linux-2.6.23-rc6/drivers/net/phy/fixed.c +Index: linux-2.6.23.17/drivers/net/phy/fixed.c =================================================================== ---- linux-2.6.23-rc6.orig/drivers/net/phy/fixed.c 2007-09-21 16:23:51.000000000 +0800 -+++ linux-2.6.23-rc6/drivers/net/phy/fixed.c 2007-09-21 16:24:13.000000000 +0800 -@@ -189,6 +189,19 @@ +--- linux-2.6.23.17.orig/drivers/net/phy/fixed.c ++++ linux-2.6.23.17/drivers/net/phy/fixed.c +@@ -189,6 +189,19 @@ static struct phy_driver fixed_mdio_driv .driver = { .owner = THIS_MODULE,}, }; @@ -22,7 +22,7 @@ Index: linux-2.6.23-rc6/drivers/net/phy/fixed.c /*----------------------------------------------------------------------------- * This func is used to create all the necessary stuff, bind * the fixed phy driver and register all it on the mdio_bus_type. -@@ -224,6 +237,12 @@ +@@ -224,6 +237,12 @@ static int fixed_mdio_register_device(in } fixed->regs = kzalloc(MII_REGS_NUM*sizeof(int), GFP_KERNEL); @@ -35,7 +35,7 @@ Index: linux-2.6.23-rc6/drivers/net/phy/fixed.c fixed->regs_num = MII_REGS_NUM; fixed->phy_status.speed = speed; fixed->phy_status.duplex = duplex; -@@ -252,8 +271,11 @@ +@@ -252,8 +271,11 @@ static int fixed_mdio_register_device(in fixed->phydev = phydev; if(NULL == phydev) { @@ -49,7 +49,7 @@ Index: linux-2.6.23-rc6/drivers/net/phy/fixed.c } phydev->irq = PHY_IGNORE_INTERRUPT; -@@ -265,8 +287,33 @@ +@@ -265,8 +287,33 @@ static int fixed_mdio_register_device(in else snprintf(phydev->dev.bus_id, BUS_ID_SIZE, "fixed@%d:%d", speed, duplex); @@ -83,7 +83,7 @@ Index: linux-2.6.23-rc6/drivers/net/phy/fixed.c err = device_register(&phydev->dev); if(err) { printk(KERN_ERR "Phy %s failed to register\n", -@@ -303,6 +350,7 @@ +@@ -303,6 +350,7 @@ device_create_fail: kfree(fixed); return err; |