summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/iwctl.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2012-11-13 00:43:34 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-14 00:52:58 +0400
commitf1426fd7ccff8f0a2c7cb7a5127baa73b7207db9 (patch)
treecf278789550f837e0996ff4ceafd3d7e2931c710 /drivers/staging/vt6656/iwctl.h
parent70e227790d4ee4590023d8041a3485f8053593fc (diff)
downloadlinux-f1426fd7ccff8f0a2c7cb7a5127baa73b7207db9.tar.xz
staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macro
Already removed in parts of driver. Removed in remainder. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/iwctl.h')
-rw-r--r--drivers/staging/vt6656/iwctl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/iwctl.h b/drivers/staging/vt6656/iwctl.h
index d056f83a9158..9cf48ab49de0 100644
--- a/drivers/staging/vt6656/iwctl.h
+++ b/drivers/staging/vt6656/iwctl.h
@@ -118,7 +118,6 @@ int iwctl_giwscan(struct net_device *dev, struct iw_request_info *info,
int iwctl_siwscan(struct net_device *dev, struct iw_request_info *info,
struct iw_param *wrq, char *extra);
-#ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
int iwctl_siwauth(struct net_device *dev, struct iw_request_info *info,
struct iw_param *wrq, char *extra);
@@ -139,7 +138,6 @@ int iwctl_giwencodeext(struct net_device *dev, struct iw_request_info *info,
int iwctl_siwmlme(struct net_device *dev, struct iw_request_info *info,
struct iw_point *wrq, char *extra);
-#endif // #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
extern const struct iw_handler_def iwctl_handler_def;
extern const struct iw_priv_args iwctl_private_args;