aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib.h
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2015-06-15 21:06:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-17 21:35:02 -0700
commit0992510c7a4e00789ea91ec9fc5f8dfd19eab8dd (patch)
tree6a919d3ea0a99d28f4189c3523c2edeb9499449b /drivers/staging/rtl8192e/rtllib.h
parentstaging: rtl8192e: Remove rtllib_is_shortslot() (diff)
downloadlinux-dev-0992510c7a4e00789ea91ec9fc5f8dfd19eab8dd.tar.xz
linux-dev-0992510c7a4e00789ea91ec9fc5f8dfd19eab8dd.zip
staging: rtl8192e: Remove rtllib_wx_get_encode_ext()
This function was declared but never unused. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib.h')
-rw-r--r--drivers/staging/rtl8192e/rtllib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index 4b6ccb8614a2..6d6e637fa6b4 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -2153,9 +2153,6 @@ extern int rtllib_wx_get_encode(struct rtllib_device *ieee,
struct iw_request_info *info,
union iwreq_data *wrqu, char *key);
#if WIRELESS_EXT >= 18
-extern int rtllib_wx_get_encode_ext(struct rtllib_device *ieee,
- struct iw_request_info *info,
- union iwreq_data *wrqu, char *extra);
extern int rtllib_wx_set_encode_ext(struct rtllib_device *ieee,
struct iw_request_info *info,
union iwreq_data *wrqu, char *extra);