r8169: prevent RxFIFO induced loops in the irq handler.
authorFrancois Romieu <romieu@fr.zoreil.com>
Thu, 3 Feb 2011 16:27:52 +0000 (17:27 +0100)
committerFrancois Romieu <romieu@fr.zoreil.com>
Fri, 4 Feb 2011 09:38:18 +0000 (10:38 +0100)
While the RxFIFO interruption is masked for most 8168, nothing prevents
it to appear in the irq status word. This is no excuse to crash.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Ivan Vecera <ivecera@redhat.com>
Cc: Hayes <hayeswang@realtek.com>
drivers/net/r8169.c

Simple merge