]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging: rtl8188eu: remove dummy setfreq handler
authorMartin Kaiser <martin@kaiser.cx>
Sat, 29 May 2021 12:13:46 +0000 (14:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Jun 2021 13:58:26 +0000 (15:58 +0200)
commit827dffb1caeec6c7802f439452df6b86960617f2
tree8f3334481aff0d3ddca6958630e1bbf7642347f4
parent31c809986d8a81cb84134abff1773868376d3a97
staging: rtl8188eu: remove dummy setfreq handler

The setfreq handler contains only a debug print. It returns success
although the frequency wasn't set.

Remove this handler and inform callers that this driver does not
support setfreq.

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