diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:24:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:24:51 +0000 |
commit | 37044cf01e5764164d34a4bfe14f9f00f7a2f6ea (patch) | |
tree | db857f99d1b528f6f722bda21b589e60a7461598 /target/linux/generic-2.6/patches-2.6.23/208-rtl8110sb_fix.patch | |
parent | 7d8b70a1ece7a0f5078688e2ccd4b11e4444d3fe (diff) | |
download | upstream-37044cf01e5764164d34a4bfe14f9f00f7a2f6ea.tar.gz upstream-37044cf01e5764164d34a4bfe14f9f00f7a2f6ea.tar.bz2 upstream-37044cf01e5764164d34a4bfe14f9f00f7a2f6ea.zip |
refresh generic 2.6.23 patches
SVN-Revision: 11187
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.23/208-rtl8110sb_fix.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.23/208-rtl8110sb_fix.patch | 14 |
1 files changed, 7 insertions, 7 deletions
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 9bb3f2ccc9..f68c468f52 100644 --- 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,8 +1,8 @@ -Index: linux-2.6.23/drivers/net/r8169.c +Index: linux-2.6.23.17/drivers/net/r8169.c =================================================================== ---- 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 @@ +--- linux-2.6.23.17.orig/drivers/net/r8169.c ++++ linux-2.6.23.17/drivers/net/r8169.c +@@ -1459,7 +1459,7 @@ static const struct rtl_cfg_info { .hw_start = rtl_hw_start_8169, .region = 1, .align = 0, @@ -11,7 +11,7 @@ Index: linux-2.6.23/drivers/net/r8169.c RxFIFOOver | TxErr | TxOK | RxOK | RxErr, .napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow }, -@@ -1467,7 +1467,7 @@ +@@ -1467,7 +1467,7 @@ static const struct rtl_cfg_info { .hw_start = rtl_hw_start_8168, .region = 2, .align = 8, @@ -20,7 +20,7 @@ Index: linux-2.6.23/drivers/net/r8169.c TxErr | TxOK | RxOK | RxErr, .napi_event = TxErr | TxOK | RxOK | RxOverflow }, -@@ -1475,7 +1475,7 @@ +@@ -1475,7 +1475,7 @@ static const struct rtl_cfg_info { .hw_start = rtl_hw_start_8101, .region = 2, .align = 8, @@ -29,7 +29,7 @@ Index: linux-2.6.23/drivers/net/r8169.c RxFIFOOver | TxErr | TxOK | RxOK | RxErr, .napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow } -@@ -2779,10 +2779,12 @@ +@@ -2779,10 +2779,12 @@ static irqreturn_t rtl8169_interrupt(int break; } |