Commit 9fca8455 authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Greg Kroah-Hartman

Staging: wlan-ng: removed "next" member of wlandevice_t since it is not used anywhere in code.

This patch removes "next" member of wlandevice_t since it
is not used anywhere in the wlan-ng code.
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f0e00da2
...@@ -158,7 +158,6 @@ extern int wlan_wext_write; ...@@ -158,7 +158,6 @@ extern int wlan_wext_write;
/* WLAN device type */ /* WLAN device type */
typedef struct wlandevice { typedef struct wlandevice {
struct wlandevice *next; /* link for list of devices */
void *priv; /* private data for MSD */ void *priv; /* private data for MSD */
/* Subsystem State */ /* Subsystem State */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment