aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.26
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-07-29 18:22:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-07-29 18:22:38 +0000
commit970f41ad18474ff7b4e84935356f3f546085dec7 (patch)
tree75fecd2b35e07b64897d1c0d0597cf4499db115a /target/linux/ar71xx/patches-2.6.26
parenta4dbc3ddb3d275aad5a71662e9be94c9b66e0c29 (diff)
downloadupstream-970f41ad18474ff7b4e84935356f3f546085dec7.tar.gz
upstream-970f41ad18474ff7b4e84935356f3f546085dec7.tar.bz2
upstream-970f41ad18474ff7b4e84935356f3f546085dec7.zip
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
SVN-Revision: 11995
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 60f2b7f96d..0000000000
--- 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;
-