Add new interrupt bit FEmp (Rx FIFO empty under FIFO full Status Interrupt)
Signed-off-by: Corcodel Marian <corcodel.mar...@gmail.com> --- realtek.c | 1 + 1 file changed, 1 insertion(+) diff --git a/realtek.c b/realtek.c index e437466..a9185b2 100644 --- a/realtek.c +++ b/realtek.c @@ -229,6 +229,7 @@ print_intr_bits(u16 mask) " %s%s%s%s%s%s%s%s%s%s%s\n", mask & (1 << 15) ? "SERR " : "", mask & (1 << 14) ? "TimeOut " : "", + mask & (1 << 9) ? "FEmp " : "", mask & (1 << 8) ? "SWInt " : "", mask & (1 << 7) ? "TxNoBuf " : "", mask & (1 << 6) ? "RxFIFO " : "", -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html