diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-07-29 18:22:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-07-29 18:22:38 +0000 |
commit | 970f41ad18474ff7b4e84935356f3f546085dec7 (patch) | |
tree | 75fecd2b35e07b64897d1c0d0597cf4499db115a /target/linux/ar71xx/patches-2.6.26 | |
parent | a4dbc3ddb3d275aad5a71662e9be94c9b66e0c29 (diff) | |
download | mtk-20170518-970f41ad18474ff7b4e84935356f3f546085dec7.zip mtk-20170518-970f41ad18474ff7b4e84935356f3f546085dec7.tar.gz mtk-20170518-970f41ad18474ff7b4e84935356f3f546085dec7.tar.bz2 |
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.patch | 11 |
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 60f2b7f..0000000 --- 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; - |