mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[atheros] experimental support for 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12932 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
target/linux/atheros/patches-2.6.27/135-ar2313_2.6.26.patch
Normal file
11
target/linux/atheros/patches-2.6.27/135-ar2313_2.6.26.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/drivers/net/ar2313/ar2313.c
|
||||
+++ b/drivers/net/ar2313/ar2313.c
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user