staging: r8188eu: remove empty function
authorMartin Kaiser <martin@kaiser.cx>
Sat, 7 Aug 2021 15:36:28 +0000 (17:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Aug 2021 10:14:19 +0000 (12:14 +0200)
commitca3515d268e150744a04e1fa555ee91ef650ee2d
tree92f0c06151f97ab3a095e81e5e0a1504612dca48
parent71931a7fa85859a76c8ac6ab8efe09ade729df46
staging: r8188eu: remove empty function

With the RT_TRACE print removed, the rtw_wx_set_freq function is now
empty.

This function should be removed. At the moment, the setfreq ioctl
returns success to the caller although the frequency wasn't set.
It makes more sense to inform callers that this driver does not
support setfreq.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210807153636.11712-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/ioctl_linux.c