X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ff4e17bc25b735788cbe60f4c83231c47e2929f8..adde7768a2eab2950a7628319ec832c63a00ff03:/target/linux/generic-2.6/patches-2.6.22/208-rtl8110sb_fix.patch?ds=sidebyside 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 52e2014b4..a5a1e4cab 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;