* [PATCH] mac80211: remove dead struct member
@ 2009-11-19 21:42 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2009-11-19 21:42 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless
ieee80211_local.wstats is a remnant from the
days when we still had to worry about wireless
extensions in mac80211 -- it can be removed.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
net/mac80211/ieee80211_i.h | 1 -
1 file changed, 1 deletion(-)
--- wireless-testing.orig/net/mac80211/ieee80211_i.h 2009-11-19 22:40:23.000000000 +0100
+++ wireless-testing/net/mac80211/ieee80211_i.h 2009-11-19 22:40:36.000000000 +0100
@@ -582,7 +582,6 @@ struct ieee80211_local {
/* number of interfaces with corresponding FIF_ flags */
int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss, fif_pspoll;
unsigned int filter_flags; /* FIF_* */
- struct iw_statistics wstats;
/* protects the aggregated multicast list and filter calls */
spinlock_t filter_lock;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-19 22:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 21:42 [PATCH] mac80211: remove dead struct member Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox