From b917bcd23526e37a01f04fb8cb85d40f68e9f9ee Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 14 Aug 2010 21:07:42 +0000 Subject: ixp4xx: refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22649 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.34/206-npe_driver_add_update_link_function.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/ixp4xx/patches-2.6.34/206-npe_driver_add_update_link_function.patch') diff --git a/target/linux/ixp4xx/patches-2.6.34/206-npe_driver_add_update_link_function.patch b/target/linux/ixp4xx/patches-2.6.34/206-npe_driver_add_update_link_function.patch index 419ec4cdb..755097396 100644 --- a/target/linux/ixp4xx/patches-2.6.34/206-npe_driver_add_update_link_function.patch +++ b/target/linux/ixp4xx/patches-2.6.34/206-npe_driver_add_update_link_function.patch @@ -1,6 +1,6 @@ --- a/drivers/net/arm/ixp4xx_eth.c +++ b/drivers/net/arm/ixp4xx_eth.c -@@ -168,7 +168,7 @@ struct port { +@@ -169,7 +169,7 @@ struct port { struct desc *desc_tab; /* coherent */ u32 desc_tab_phys; int id; /* logical port ID */ @@ -9,7 +9,7 @@ u8 firmware[4]; }; -@@ -365,37 +365,52 @@ static void ixp4xx_mdio_remove(void) +@@ -366,37 +366,52 @@ static void ixp4xx_mdio_remove(void) mdiobus_free(mdio_bus); } @@ -77,7 +77,7 @@ static int ixp4xx_phy_connect(struct net_device *dev) { struct port *port = netdev_priv(dev); -@@ -430,7 +445,6 @@ static void ixp4xx_phy_start(struct net_ +@@ -431,7 +446,6 @@ static void ixp4xx_phy_start(struct net_ { struct port *port = netdev_priv(dev); @@ -85,7 +85,7 @@ phy_start(port->phydev); } -@@ -1260,6 +1274,10 @@ static int __devinit eth_init_one(struct +@@ -1264,6 +1278,10 @@ static int __devinit eth_init_one(struct if ((err = register_netdev(dev))) goto err_phy_dis; -- cgit v1.2.3