Re: [PATCH v2] staging: rtl8188eu: Remove an unused variable and some lines of code
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-07-21 08:27:54
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-07-21 08:27:54
Also in:
lkml
On Mon, Jul 05, 2021 at 03:41:51PM +0200, Fabio M. De Francesco wrote:
Remove set but unused iw_operation_mode[]. This driver doesn't support SIOCSIWRATE. It just returns zero and does nothing. Change it to return -ENOTSUPP instead. (This is an API change but we don't expect it to break anything). Suggested-by: Dan Carpenter <redacted> Signed-off-by: Fabio M. De Francesco <redacted> --- v1->v2: Delete rtw_wx_set_rate() and its association with command SIOCSIWRATE as suggested by Dan Carpenter [off-list ref]
Does not apply to my tree :(