rename a patch
authorGabor Juhos <juhosg@openwrt.org>
Tue, 9 Dec 2008 07:49:41 +0000 (07:49 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 9 Dec 2008 07:49:41 +0000 (07:49 +0000)
SVN-Revision: 13558

target/linux/ar71xx/patches-2.6.27/800-ag71xx_remove_netif_schedule.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.27/800-remove_netif_schedule.patch [deleted file]

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 (file)
index 0000000..d278d4d
--- /dev/null
@@ -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 (file)
index d278d4d..0000000
+++ /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;