From 303c9d4114b984cac9fb61efa47870daaf33d452 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 9 Dec 2008 07:49:41 +0000 Subject: [ar71xx] rename a patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13558 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../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') 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 000000000..d278d4dbf --- /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 d278d4dbf..000000000 --- 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