1 --- a/drivers/net/r8169.c
2 +++ b/drivers/net/r8169.c
6 static const u16 rtl8169_intr_mask =
7 - SYSErr | LinkChg | RxOverflow | RxFIFOOver | TxErr | TxOK | RxErr | RxOK;
8 + LinkChg | RxOverflow | RxFIFOOver | TxErr | TxOK | RxErr | RxOK;
9 static const u16 rtl8169_napi_event =
10 RxOK | RxOverflow | RxFIFOOver | TxOK | TxErr;
11 static const unsigned int rtl8169_rx_config =
12 @@ -2640,10 +2640,12 @@
13 if (!(status & rtl8169_intr_mask))
17 if (unlikely(status & SYSErr)) {
18 rtl8169_pcierr_interrupt(dev);
24 rtl8169_check_link_status(dev, tp, ioaddr);