aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/iwctl.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2012-11-12 15:43:34 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-13 15:52:58 -0500
commitf1426fd7ccff8f0a2c7cb7a5127baa73b7207db9 (patch)
treecf278789550f837e0996ff4ceafd3d7e2931c710 /drivers/staging/vt6656/iwctl.h
parent70e227790d4ee4590023d8041a3485f8053593fc (diff)
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 d056f83a915..9cf48ab49de 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,
118int iwctl_siwscan(struct net_device *dev, struct iw_request_info *info, 118int iwctl_siwscan(struct net_device *dev, struct iw_request_info *info,
119 struct iw_param *wrq, char *extra); 119 struct iw_param *wrq, char *extra);
120 120
121#ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
122int iwctl_siwauth(struct net_device *dev, struct iw_request_info *info, 121int iwctl_siwauth(struct net_device *dev, struct iw_request_info *info,
123 struct iw_param *wrq, char *extra); 122 struct iw_param *wrq, char *extra);
124 123
@@ -139,7 +138,6 @@ int iwctl_giwencodeext(struct net_device *dev, struct iw_request_info *info,
139 138
140int iwctl_siwmlme(struct net_device *dev, struct iw_request_info *info, 139int iwctl_siwmlme(struct net_device *dev, struct iw_request_info *info,
141 struct iw_point *wrq, char *extra); 140 struct iw_point *wrq, char *extra);
142#endif // #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
143 141
144extern const struct iw_handler_def iwctl_handler_def; 142extern const struct iw_handler_def iwctl_handler_def;
145extern const struct iw_priv_args iwctl_private_args; 143extern const struct iw_priv_args iwctl_private_args;