diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-19 10:58:03 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-19 10:58:03 +0000 |
commit | 0fc3447849ba0984e4892fe9cf0006852b65c12d (patch) | |
tree | 35c6225c1bc7734c4c829fea1aa2f65431a4c066 /target/linux/ixp4xx/patches-2.6.23/202-npe_driver_no_phy.patch | |
parent | 468bd067074db26753ce7118b04b1eb9c15fe561 (diff) |
[ixp4xx] refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.23/202-npe_driver_no_phy.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.23/202-npe_driver_no_phy.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.23/202-npe_driver_no_phy.patch b/target/linux/ixp4xx/patches-2.6.23/202-npe_driver_no_phy.patch index 766031502b..b3c9ca0246 100644 --- a/target/linux/ixp4xx/patches-2.6.23/202-npe_driver_no_phy.patch +++ b/target/linux/ixp4xx/patches-2.6.23/202-npe_driver_no_phy.patch @@ -1,7 +1,8 @@ -diff -Nur linux-2.6.23.16/drivers/net/arm/ixp4xx_eth.c linux-2.6.23.16-owrt/drivers/net/arm/ixp4xx_eth.c ---- linux-2.6.23.16/drivers/net/arm/ixp4xx_eth.c 2008-02-15 18:18:02.000000000 +0100 -+++ linux-2.6.23.16-owrt/drivers/net/arm/ixp4xx_eth.c 2008-02-18 12:14:42.000000000 +0100 -@@ -297,6 +297,27 @@ +Index: linux-2.6.23.17/drivers/net/arm/ixp4xx_eth.c +=================================================================== +--- linux-2.6.23.17.orig/drivers/net/arm/ixp4xx_eth.c ++++ linux-2.6.23.17/drivers/net/arm/ixp4xx_eth.c +@@ -297,6 +297,27 @@ static int mdio_read(struct net_device * unsigned long flags; u16 val; @@ -29,7 +30,7 @@ diff -Nur linux-2.6.23.16/drivers/net/arm/ixp4xx_eth.c linux-2.6.23.16-owrt/driv spin_lock_irqsave(&mdio_lock, flags); val = mdio_cmd(dev, phy_id, location, 0, 0); spin_unlock_irqrestore(&mdio_lock, flags); -@@ -308,6 +329,9 @@ +@@ -308,6 +329,9 @@ static void mdio_write(struct net_device { unsigned long flags; |