staging: rtl8192e: Remove unused _rtl92e_wx_get_sens function
authorYogesh Hegde <yogi.kernel@gmail.com>
Mon, 24 Apr 2023 18:04:38 +0000 (23:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 May 2023 14:07:31 +0000 (16:07 +0200)
commit03b9a1ab7cebd4db01cfd719a294c8f6a7bae922
tree541719c3f41f5a7b4fe8683d9b590c251bda46f4
parent3a4d000ae7fefe8d85fe54db373624dfb9b64c66
staging: rtl8192e: Remove unused _rtl92e_wx_get_sens function

After removal of rf_set_sens variable, the _rtl92e_wx_get_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/eae80c4e2ac7f386c853cf824135b988c3666031.1682358035.git.yogi.kernel@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c