projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable CONFIG_NETDEVICES_MULTIQUEUE for ar7 until we fix the race condition
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.23
/
208-rtl8110sb_fix.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.23/208-rtl8110sb_fix.patch
b/target/linux/generic-2.6/patches-2.6.23/208-rtl8110sb_fix.patch
index
cb38d98
..
9bb3f2c
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.23/208-rtl8110sb_fix.patch
+++ b/
target/linux/generic-2.6/patches-2.6.23/208-rtl8110sb_fix.patch
@@
-1,7
+1,7
@@
-Index: linux-2.6.23
-rc9
/drivers/net/r8169.c
+Index: linux-2.6.23/drivers/net/r8169.c
===================================================================
===================================================================
---- linux-2.6.23
-rc9.orig/drivers/net/r8169.c 2007-10-02 12:50:51
.000000000 +0800
-+++ linux-2.6.23
-rc9/drivers/net/r8169.c 2007-10-03 23:39:30
.000000000 +0800
+--- linux-2.6.23
.orig/drivers/net/r8169.c 2007-10-10 04:31:38
.000000000 +0800
++++ linux-2.6.23
/drivers/net/r8169.c 2007-10-10 13:53:17
.000000000 +0800
@@ -1459,7 +1459,7 @@
.hw_start = rtl_hw_start_8169,
.region = 1,
@@ -1459,7 +1459,7 @@
.hw_start = rtl_hw_start_8169,
.region = 1,
@@
-29,7
+29,7
@@
Index: linux-2.6.23-rc9/drivers/net/r8169.c
RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
.napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow
}
RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
.napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow
}
-@@ -27
69,10 +276
9,12 @@
+@@ -27
79,10 +277
9,12 @@
break;
}
break;
}
This page took
0.0249819999999999 seconds
and
4
git commands to generate.