alistair23-linux/drivers/net/wireless/realtek/rtl8xxxu
Larry Finger b42fbed6b8 rtl8xxxu: Stop log spam from each successful interrupt
As soon as debugging is turned on, the logs are filled with messages
reporting the interrupt status. As this quantity is usually zero, this
output is not needed. In fact, there will be a report if the status is
not zero, thus the debug line in question could probably be deleted.
Rather than taking that action, I have changed it to only be printed
when the newly added RTL8XXXU_DEBUG_INTERRUPT bit is set in the debug
mask.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-09-26 20:41:37 +03:00
..
Kconfig rtl8xxxu: Fix typo in Kconfig help text 2016-02-25 11:55:27 +02:00
Makefile rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.c 2016-05-03 13:07:18 +03:00
rtl8xxxu.h rtl8xxxu: Stop log spam from each successful interrupt 2016-09-26 20:41:37 +03:00
rtl8xxxu_8192c.c rtl8xxxu: Split filling of TX descriptors into separate functions 2016-09-03 19:57:31 +03:00
rtl8xxxu_8192e.c rtl8xxxu: Implement 8192e specific power down sequence 2016-09-17 18:16:19 +03:00
rtl8xxxu_8723a.c rtl8xxxu: Split filling of TX descriptors into separate functions 2016-09-03 19:57:31 +03:00
rtl8xxxu_8723b.c rtl8xxxu: Split filling of TX descriptors into separate functions 2016-09-03 19:57:31 +03:00
rtl8xxxu_core.c rtl8xxxu: Stop log spam from each successful interrupt 2016-09-26 20:41:37 +03:00
rtl8xxxu_regs.h rtl8xxxu: Implement 8192e specific power down sequence 2016-09-17 18:16:19 +03:00