aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/iwctl.h
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.mage@gmail.com>2011-12-28 21:12:12 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-09 09:18:26 -0800
commitcaa20de81635b567ee0114a81ffbbffb3085d727 (patch)
tree593e8ed54e0aa01e392eb822099f8ed66428c745 /drivers/staging/vt6656/iwctl.h
parentf9b9f93426139e7525306b94df8f82989c3f6138 (diff)
staging: vt6656: iwctl.c: Remove return statement of iwctl_giwessid
This function will always return 0, and this data is not used by who calls this function. Signed-off-by: Marcos Paulo de Souza <marcos.mage@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, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/iwctl.h b/drivers/staging/vt6656/iwctl.h
index 22acf8be8e7..0bab0d755c5 100644
--- a/drivers/staging/vt6656/iwctl.h
+++ b/drivers/staging/vt6656/iwctl.h
@@ -97,7 +97,7 @@ int iwctl_siwessid(struct net_device *dev,
struct iw_point *wrq,
char *extra);
-int iwctl_giwessid(struct net_device *dev,
+void iwctl_giwessid(struct net_device *dev,
struct iw_request_info *info,
struct iw_point *wrq,
char *extra);