diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-16 12:40:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-16 12:40:48 +0000 |
commit | 2f4fa6de7453790e0626da50078b2756dd747ca6 (patch) | |
tree | db6af3bddf359b63b08b4ad6cd37535551613bec /target/linux/generic-2.6/patches-2.6.22/208-rtl8110sb_fix.patch | |
parent | e147bf8fa3c6e9023fbda64bfeb95de2910ab656 (diff) | |
download | upstream-2f4fa6de7453790e0626da50078b2756dd747ca6.tar.gz upstream-2f4fa6de7453790e0626da50078b2756dd747ca6.tar.bz2 upstream-2f4fa6de7453790e0626da50078b2756dd747ca6.zip |
refresh generic 2.6.22 patches
SVN-Revision: 11498
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.22/208-rtl8110sb_fix.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.22/208-rtl8110sb_fix.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.22/208-rtl8110sb_fix.patch b/target/linux/generic-2.6/patches-2.6.22/208-rtl8110sb_fix.patch index 52e2014b47..a5a1e4cab1 100644 --- a/target/linux/generic-2.6/patches-2.6.22/208-rtl8110sb_fix.patch +++ b/target/linux/generic-2.6/patches-2.6.22/208-rtl8110sb_fix.patch @@ -1,8 +1,6 @@ -Index: linux-2.6.22.19/drivers/net/r8169.c -=================================================================== ---- linux-2.6.22.19.orig/drivers/net/r8169.c -+++ linux-2.6.22.19/drivers/net/r8169.c -@@ -494,7 +494,7 @@ static int rtl8169_poll(struct net_devic +--- a/drivers/net/r8169.c ++++ b/drivers/net/r8169.c +@@ -494,7 +494,7 @@ #endif static const u16 rtl8169_intr_mask = @@ -11,7 +9,7 @@ Index: linux-2.6.22.19/drivers/net/r8169.c static const u16 rtl8169_napi_event = RxOK | RxOverflow | RxFIFOOver | TxOK | TxErr; static const unsigned int rtl8169_rx_config = -@@ -2640,10 +2640,12 @@ rtl8169_interrupt(int irq, void *dev_ins +@@ -2640,10 +2640,12 @@ if (!(status & rtl8169_intr_mask)) break; |