Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364927 > unrolled thread
| Started by | Claudiu Beznea <claudiu.beznea@gmail.com> |
|---|---|
| First post | 2016-03-26 10:00 +0100 |
| Last post | 2016-03-26 10:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] Staging: wlan-ng: removed "next" member of wlandevice_t since it is not used anywhere in code. Claudiu Beznea <claudiu.beznea@gmail.com> - 2016-03-26 10:00 +0100
| From | Claudiu Beznea <claudiu.beznea@gmail.com> |
|---|---|
| Date | 2016-03-26 10:00 +0100 |
| Subject | [PATCH] Staging: wlan-ng: removed "next" member of wlandevice_t since it is not used anywhere in code. |
| Message-ID | <rgSeD-6Ne-5@gated-at.bofh.it> |
This patch removes "next" member of wlandevice_t since it
is not used anywhere in the wlan-ng code.
Signed-off-by: Claudiu Beznea <claudiu.beznea@gmail.com>
---
drivers/staging/wlan-ng/p80211netdev.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/wlan-ng/p80211netdev.h b/drivers/staging/wlan-ng/p80211netdev.h
index 810ee68..820a0e2 100644
--- a/drivers/staging/wlan-ng/p80211netdev.h
+++ b/drivers/staging/wlan-ng/p80211netdev.h
@@ -158,7 +158,6 @@ extern int wlan_wext_write;
/* WLAN device type */
typedef struct wlandevice {
- struct wlandevice *next; /* link for list of devices */
void *priv; /* private data for MSD */
/* Subsystem State */
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web