]> git.baikalelectronics.ru Git - 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)
commit791bd1fe5687c90836f56c94336caa2c2a42949c
tree8f3334481aff0d3ddca6958630e1bbf7642347f4
parent138ec3c38337ffcec5a900951afd9a3bbbec33b4
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