projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc56894
)
Staging: wlan-ng: minor cleanups
author
Richard Kennedy
<richard@rsk.demon.co.uk>
Thu, 4 Feb 2010 11:33:49 +0000
(11:33 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 4 Mar 2010 00:42:55 +0000
(16:42 -0800)
Remove iw_handle_def private initialisations as they are no longer need
these.
Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/p80211wext.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wlan-ng/p80211wext.c
b/drivers/staging/wlan-ng/p80211wext.c
index
63bdaaa
..
cc4b1ca
100644
(file)
--- a/
drivers/staging/wlan-ng/p80211wext.c
+++ b/
drivers/staging/wlan-ng/p80211wext.c
@@
-1744,11
+1744,7
@@
static iw_handler p80211wext_handlers[] = {
struct iw_handler_def p80211wext_handler_def = {
.num_standard = ARRAY_SIZE(p80211wext_handlers),
- .num_private = 0,
- .num_private_args = 0,
.standard = p80211wext_handlers,
- .private = NULL,
- .private_args = NULL,
.get_wireless_stats = p80211wext_get_wireless_stats
};