projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b470567
)
staging: vt6655: update iwctl_private_args extern declaration
author
James A Shackleford
<shack@linux.com>
Mon, 2 Jun 2014 02:19:32 +0000
(22:19 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 23:35:09 +0000
(16:35 -0700)
Update declaration of iwctl_private_args to match definition in iwctl.c
Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/iwctl.h
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/iwctl.h
b/drivers/staging/vt6655/iwctl.h
index 4ad5e48a025fc461b5a6b874d5bea03bc6c35a1a..10564b4f6b2d679cc50b6fb63d62e98cbd05b82d 100644
(file)
--- a/
drivers/staging/vt6655/iwctl.h
+++ b/
drivers/staging/vt6655/iwctl.h
@@
-211,6
+211,6
@@
int iwctl_siwmlme(struct net_device *dev,
//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
;
+extern
struct iw_priv_args iwctl_private_args[]
;
#endif // __IWCTL_H__