Hello Greg and all, I'm resending the patches from earlier this week, all in one series, based on today's staging-testing branch. I hope they do not conflict with other pending submissions. As per Greg's request, I removed only RT_TRACE prints and left DBG_88E alone for now. While at it, I resurrected the IW_HANDLER change that was already accepted for the deprecated driver. Thanks for reviewing this set, Martin Martin Kaiser (12): staging: r8188eu: remove RT_TRACE prints from usb_intf.c staging: r8188eu: remove RT_TRACE prints from usb_ops_linux.c staging: r8188eu: remove RT_TRACE prints from ioctl_linux.c staging: r8188eu: remove empty function staging: r8188eu: remove RT_TRACE prints from mlme_linux.c staging: r8188eu: remove RT_TRACE prints from os_intfs.c staging: r8188eu: remove an RT_TRACE print from osdep_service.c staging: r8188eu: remove RT_TRACE prints from recv_linux.c staging: r8188eu: remove RT_TRACE prints from xmit_linux.c staging: r8188eu: use IW_HANDLER to declare wext handlers staging: r8188eu: remove unused DEBUG_OID macro staging: r8188eu: remove the RT_TRACE macro drivers/staging/r8188eu/include/rtw_debug.h | 9 - drivers/staging/r8188eu/include/rtw_ioctl.h | 6 - drivers/staging/r8188eu/os_dep/ioctl_linux.c | 181 +++++------------- drivers/staging/r8188eu/os_dep/mlme_linux.c | 4 - drivers/staging/r8188eu/os_dep/os_intfs.c | 49 +---- .../staging/r8188eu/os_dep/osdep_service.c | 6 +- drivers/staging/r8188eu/os_dep/recv_linux.c | 23 +-- drivers/staging/r8188eu/os_dep/usb_intf.c | 51 +---- .../staging/r8188eu/os_dep/usb_ops_linux.c | 15 -- drivers/staging/r8188eu/os_dep/xmit_linux.c | 8 +- 10 files changed, 58 insertions(+), 294 deletions(-) -- 2.20.1