aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/iwctl.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-08-03 20:25:50 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-31 11:14:39 -0700
commit465711b39d2fb326c5be27a4f69f70b2a41612cf (patch)
treef6901cdc5c6865abd397a8b72e2e67c14e22d55d /drivers/staging/vt6656/iwctl.h
parent13b631a599cddabc1cbb3a2fb862aee5ceb6e427 (diff)
staging: vt6656: removed not useful comments
Removed comments about who changed/added lines, they do not seem useful. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/iwctl.h')
-rw-r--r--drivers/staging/vt6656/iwctl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/iwctl.h b/drivers/staging/vt6656/iwctl.h
index d601e922021..cc48954783f 100644
--- a/drivers/staging/vt6656/iwctl.h
+++ b/drivers/staging/vt6656/iwctl.h
@@ -178,7 +178,6 @@ int iwctl_siwscan(struct net_device *dev,
struct iw_param *wrq,
char *extra);
-//2008-0409-07, <Add> by Einsn Liu
#ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
int iwctl_siwauth(struct net_device *dev,
struct iw_request_info *info,
@@ -215,8 +214,6 @@ int iwctl_siwmlme(struct net_device *dev,
struct iw_point *wrq,
char *extra);
#endif // #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
-//End Add -- //2008-0409-07, <Add> by Einsn Liu
-
extern const struct iw_handler_def iwctl_handler_def;
extern const struct iw_priv_args iwctl_private_args;