summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.26
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-29 18:22:38 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-29 18:22:38 +0000
commit52696b5d81d91be3b567e67bbc60ecfe125a4716 (patch)
tree8436d5d3e637e8ddd4bec5dc2c12476b25c039e3 /target/linux/ar71xx/patches-2.6.26
parent1468e6557266fd77a3522baeae7088709327071b (diff)
[ar71xx] ethernet driver updates
* new mii bus code, mac0 and mac1 can use the mac0's miii bus from now on * swap eth0 & eth1 on RB433/450 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.26')
-rw-r--r--target/linux/ar71xx/patches-2.6.26/801-ag71xx_mii_bus_id_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ar71xx/patches-2.6.26/801-ag71xx_mii_bus_id_fix.patch b/target/linux/ar71xx/patches-2.6.26/801-ag71xx_mii_bus_id_fix.patch
deleted file mode 100644
index 60f2b7f96..000000000
--- a/target/linux/ar71xx/patches-2.6.26/801-ag71xx_mii_bus_id_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/ag71xx/ag71xx_mii.c
-+++ b/drivers/net/ag71xx/ag71xx_mii.c
-@@ -397,7 +397,7 @@
- ag->mii_bus.read = ag71xx_mdio_read;
- ag->mii_bus.write = ag71xx_mdio_write;
- ag->mii_bus.reset = ag71xx_mdio_reset;
-- ag->mii_bus.id = id;
-+ snprintf(ag->mii_bus.id, MII_BUS_ID_SIZE, "%x", id);
- ag->mii_bus.priv = ag;
- ag->mii_bus.dev = &ag->dev->dev;
-