On Monday, August 16, 2021 6:49:59 PM CEST Greg Kroah-Hartman wrote: > On Mon, Aug 16, 2021 at 06:06:14PM +0200, Fabio M. De Francesco wrote: > > Remove unused code from the r8188eu driver. > > > > Fabio M. De Francesco (3): > > staging: r8188eu: Remove unused nat25_handle_frame() > > staging: r8188eu: Remove all code depending on the NAT25_LOOKUP method > > staging: r8188eu: Remove no more used variable and function > > > > drivers/staging/r8188eu/core/rtw_br_ext.c | 263 +------------------ > > drivers/staging/r8188eu/include/recv_osdep.h | 1 - > > drivers/staging/r8188eu/include/rtw_br_ext.h | 1 - > > 3 files changed, 1 insertion(+), 264 deletions(-) > > Patch 2/3 did not apply, can you please rebase and resend the remaining > 2 patches against my latest tree? Sure. I've already sent them: "[PATCH v2 2/3] staging: r8188eu: Remove code depending on NAT25_LOOKUP", https://lkml.org/lkml/2021/8/16/1082; "[PATCH v2 3/3] staging: r8188eu: Remove no more used variable and function", https://lkml.org/lkml/2021/8/16/1094. Thanks, Fabio > thanks, > > greg k-h