diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-20 13:19:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-20 13:19:29 +0000 |
commit | e4bfd15a5a1d4841396a35ccc1540880a70b9e0b (patch) | |
tree | 7f4b55e823b32f04e211f54e63a61f8d48659329 /target/linux | |
parent | c05b2a2553d268d33871911c708e9710ffb4b83f (diff) | |
download | upstream-e4bfd15a5a1d4841396a35ccc1540880a70b9e0b.tar.gz upstream-e4bfd15a5a1d4841396a35ccc1540880a70b9e0b.tar.bz2 upstream-e4bfd15a5a1d4841396a35ccc1540880a70b9e0b.zip |
atheros: refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21039 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/atheros/patches-2.6.32/220-enet_micrel_workaround.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 dc7d63d27d..989bd76068 100644 --- 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); -@@ -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); |