From 94203f952499befca4717748da4c8293ade59916 Mon Sep 17 00:00:00 2001 From: matteo Date: Sun, 27 Jul 2008 21:42:36 +0000 Subject: atheros: 2.6.26 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11965 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch (limited to 'target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch') diff --git a/target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch b/target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch new file mode 100644 index 000000000..e3a30d887 --- /dev/null +++ b/target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch @@ -0,0 +1,11 @@ +--- a/drivers/net/ar2313/ar2313.c (revisione 11911) ++++ a/drivers/net/ar2313/ar2313.c (copia locale) +@@ -291,7 +291,7 @@ + sp->mii_bus.write = mdiobus_write; + sp->mii_bus.reset = mdiobus_reset; + sp->mii_bus.name = "ar2313_eth_mii"; +- sp->mii_bus.id = 0; ++ snprintf(sp->mii_bus.id, MII_BUS_ID_SIZE, "0"); + sp->mii_bus.irq = kmalloc(sizeof(int), GFP_KERNEL); + *sp->mii_bus.irq = PHY_POLL; + -- cgit v1.2.3