projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb3a4c7
)
fix bug in ethernet irq handler
author
Mike Baker
<mbm@openwrt.org>
Thu, 12 Oct 2006 22:54:26 +0000
(22:54 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Thu, 12 Oct 2006 22:54:26 +0000
(22:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5056
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/aruba-2.6/patches/010-ar2313_enet.patch
patch
|
blob
|
history
diff --git
a/target/linux/aruba-2.6/patches/010-ar2313_enet.patch
b/target/linux/aruba-2.6/patches/010-ar2313_enet.patch
index
529315a
..
d71d96f
100644
(file)
--- a/
target/linux/aruba-2.6/patches/010-ar2313_enet.patch
+++ b/
target/linux/aruba-2.6/patches/010-ar2313_enet.patch
@@
-1228,7
+1228,7
@@
diff -Nur linux-2.6.17/drivers/net/ar2313/ar2313.c linux-2.6.17-owrt/drivers/net
+ ar2313_restart(dev);
+ }
+ }
-+ return IRQ_
RETVAL(0)
;
++ return IRQ_
HANDLED
;
+}
+
+