Staging: wlan-ng: minor cleanups
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>
This commit is contained in:
parent
bc56894234
commit
8455cd1bdb
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue