summaryrefslogtreecommitdiff
path: root/target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2008-07-27 21:42:36 +0000
committerMatteo Croce <rootkit85@yahoo.it>2008-07-27 21:42:36 +0000
commit5cb5a026ee1020543270cb7c55bc4fa20128198f (patch)
tree4b36c306b12976f45ad27d2ecbd02be30e518702 /target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch
parent68f4ae4e94c2ce66733174fec9150b21fcb59c56 (diff)
downloadmtk-20170518-5cb5a026ee1020543270cb7c55bc4fa20128198f.zip
mtk-20170518-5cb5a026ee1020543270cb7c55bc4fa20128198f.tar.gz
mtk-20170518-5cb5a026ee1020543270cb7c55bc4fa20128198f.tar.bz2
atheros: 2.6.26 patches
SVN-Revision: 11965
Diffstat (limited to 'target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch')
-rw-r--r--target/linux/atheros/patches-2.6.26/135-ar2313_2.6.26.patch11
1 files changed, 11 insertions, 0 deletions
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 0000000..e3a30d8
--- /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;
+