projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix wlan LED on the TL-WR741 board
[openwrt.git]
/
target
/
linux
/
atheros
/
patches-2.6.32
/
220-enet_micrel_workaround.patch
diff --git
a/target/linux/atheros/patches-2.6.32/220-enet_micrel_workaround.patch
b/target/linux/atheros/patches-2.6.32/220-enet_micrel_workaround.patch
index
dc7d63d
..
989bd76
100644
(file)
--- a/
target/linux/atheros/patches-2.6.32/220-enet_micrel_workaround.patch
+++ b/
target/linux/atheros/patches-2.6.32/220-enet_micrel_workaround.patch
@@
-30,7
+30,7
@@
if (ar231x_mdiobus_probe(dev) != 0) {
printk(KERN_ERR "%s: mdiobus_probe failed\n", dev->name);
rx_tasklet_cleanup(dev);
if (ar231x_mdiobus_probe(dev) != 0) {
printk(KERN_ERR "%s: mdiobus_probe failed\n", dev->name);
rx_tasklet_cleanup(dev);
-@@ -334,8 +350,10 @@ static int __
exit ar231x_remove(struct p
+@@ -334,8 +350,10 @@ static int __
devexit ar231x_remove(struc
rx_tasklet_cleanup(dev);
ar231x_init_cleanup(dev);
unregister_netdev(dev);
rx_tasklet_cleanup(dev);
ar231x_init_cleanup(dev);
unregister_netdev(dev);
This page took
0.023847 seconds
and
4
git commands to generate.