diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-31 11:10:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-31 11:10:20 +0000 |
commit | c5879ba76d5e02b80f9062fa2f8c41462aed6749 (patch) | |
tree | 969e5c770629a586421e6179e1d7595c431cfb48 /target/linux/generic-2.6/patches-2.6.27/208-rtl8110sb_fix.patch | |
parent | 252607a79c7acc7d6061dc94515df38f03154e26 (diff) | |
download | upstream-c5879ba76d5e02b80f9062fa2f8c41462aed6749.tar.gz upstream-c5879ba76d5e02b80f9062fa2f8c41462aed6749.tar.bz2 upstream-c5879ba76d5e02b80f9062fa2f8c41462aed6749.zip |
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.patch | 22 |
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 e89f81754a..297db2ac7e 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); |