summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-31 11:10:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-31 11:10:20 +0000
commitc5879ba76d5e02b80f9062fa2f8c41462aed6749 (patch)
tree969e5c770629a586421e6179e1d7595c431cfb48 /target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch
parent252607a79c7acc7d6061dc94515df38f03154e26 (diff)
downloadmtk-20170518-c5879ba76d5e02b80f9062fa2f8c41462aed6749.zip
mtk-20170518-c5879ba76d5e02b80f9062fa2f8c41462aed6749.tar.gz
mtk-20170518-c5879ba76d5e02b80f9062fa2f8c41462aed6749.tar.bz2
refresh 2.6.27 patches
SVN-Revision: 17061
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch22
1 files changed, 12 insertions, 10 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch b/target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch
index e89f817..297db2a 100644
--- a/target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch
+++ b/target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch
@@ -27,16 +27,18 @@
RxFIFOOver | TxErr | TxOK | RxOK | RxErr,
.napi_event = RxFIFOOver | TxErr | TxOK | RxOK | RxOverflow,
.features = RTL_FEATURE_MSI
-@@ -2878,10 +2878,12 @@ static irqreturn_t rtl8169_interrupt(int
- goto out;
- }
-
+@@ -2872,12 +2872,12 @@ static irqreturn_t rtl8169_interrupt(int
+ rtl8169_tx_timeout(dev);
+ break;
+ }
+-
+#if 0
- if (unlikely(status & SYSErr)) {
- rtl8169_pcierr_interrupt(dev);
- goto out;
- }
+ if (unlikely(status & SYSErr)) {
+ rtl8169_pcierr_interrupt(dev);
+ break;
+ }
+-
+#endif
+ if (status & LinkChg)
+ rtl8169_check_link_status(dev, tp, ioaddr);
- if (status & LinkChg)
- rtl8169_check_link_status(dev, tp, ioaddr);