projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
IKCONFIG shouldn't be enabled by default
[openwrt.git]
/
target
/
linux
/
atheros
/
patches-2.6.28
/
110-ar2313_ethernet.patch
diff --git
a/target/linux/atheros/patches-2.6.28/110-ar2313_ethernet.patch
b/target/linux/atheros/patches-2.6.28/110-ar2313_ethernet.patch
index
f33313c
..
49ca66e
100644
(file)
--- a/
target/linux/atheros/patches-2.6.28/110-ar2313_ethernet.patch
+++ b/
target/linux/atheros/patches-2.6.28/110-ar2313_ethernet.patch
@@
-833,7
+833,7
@@
+ break;
+ }
+
-+ if (
status & DMA_RX_ERROR
) {
++ if (
(status & DMA_RX_ERROR) && !(status & DMA_RX_LONG)
) {
+ dev->stats.rx_errors++;
+ dev->stats.rx_dropped++;
+
This page took
0.030236 seconds
and
4
git commands to generate.