staging: rtl8192e: Remove unused _rtl92e_wx_set_sens function
authorYogesh Hegde <yogi.kernel@gmail.com>
Mon, 24 Apr 2023 18:05:07 +0000 (23:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 May 2023 14:08:04 +0000 (16:08 +0200)
commit3877f73207c3a3d9ed033de5d627769595e324b5
tree2ab33f18ad2a37259ceaef7721ba8a86e39cded1
parent03b9a1ab7cebd4db01cfd719a294c8f6a7bae922
staging: rtl8192e: Remove unused _rtl92e_wx_set_sens function

After removal of rf_set_sens variable, the _rtl92e_wx_set_sens function
always returns an error code.
This commit removes the unused function and the respective ioctl.

Suggested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Signed-off-by: Yogesh Hegde <yogi.kernel@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/439386d2940fe70ec2092e87211df5e7946aab82.1682358035.git.yogi.kernel@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c