diff mbox

[ethtool] Add new interrupt bit FEmp

Message ID 1438674766-2179-1-git-send-email-corcodel.marian@gmail.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Corcodel Marian Aug. 4, 2015, 7:52 a.m. UTC
Add new interrupt bit FEmp (Rx FIFO empty under FIFO full
 Status Interrupt)


Signed-off-by: Corcodel Marian <corcodel.marian@gmail.com>
---
 realtek.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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 " : "",