From 0de40f55dc5e818f91e2266790ca410502e9cee7 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 9 Dec 2008 07:49:41 +0000 Subject: rename a patch SVN-Revision: 13558 --- .../800-ag71xx_remove_netif_schedule.patch | 16 ++++++++++++++++ .../patches-2.6.27/800-remove_netif_schedule.patch | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 target/linux/ar71xx/patches-2.6.27/800-ag71xx_remove_netif_schedule.patch delete mode 100644 target/linux/ar71xx/patches-2.6.27/800-remove_netif_schedule.patch (limited to 'target/linux/ar71xx') diff --git a/target/linux/ar71xx/patches-2.6.27/800-ag71xx_remove_netif_schedule.patch b/target/linux/ar71xx/patches-2.6.27/800-ag71xx_remove_netif_schedule.patch new file mode 100644 index 0000000000..d278d4dbf6 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.27/800-ag71xx_remove_netif_schedule.patch @@ -0,0 +1,16 @@ +--- a/drivers/net/ag71xx/ag71xx_phy.c ++++ b/drivers/net/ag71xx/ag71xx_phy.c +@@ -138,12 +138,8 @@ static void ag71xx_phy_link_adjust(struc + } + } + +- if (phydev->link != ag->link) { +- if (phydev->link) +- netif_schedule(dev); +- ++ if (phydev->link != ag->link) + status_change = 1; +- } + + ag->link = phydev->link; + ag->duplex = phydev->duplex; diff --git a/target/linux/ar71xx/patches-2.6.27/800-remove_netif_schedule.patch b/target/linux/ar71xx/patches-2.6.27/800-remove_netif_schedule.patch deleted file mode 100644 index d278d4dbf6..0000000000 --- a/target/linux/ar71xx/patches-2.6.27/800-remove_netif_schedule.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/drivers/net/ag71xx/ag71xx_phy.c -+++ b/drivers/net/ag71xx/ag71xx_phy.c -@@ -138,12 +138,8 @@ static void ag71xx_phy_link_adjust(struc - } - } - -- if (phydev->link != ag->link) { -- if (phydev->link) -- netif_schedule(dev); -- -+ if (phydev->link != ag->link) - status_change = 1; -- } - - ag->link = phydev->link; - ag->duplex = phydev->duplex; -- cgit v1.2.3