diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-11-19 22:42:16 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-23 23:05:29 +0100 |
commit | 98e3ac99e25601c3fb83dc91367d76f864496847 (patch) | |
tree | c93f4aa1430fbacb41b1142bb0037ad1f6b6b8ac /net/mac80211 | |
parent | b43: Rewrite DMA Tx status handling sanity checks (diff) | |
download | linux-98e3ac99e25601c3fb83dc91367d76f864496847.tar.xz linux-98e3ac99e25601c3fb83dc91367d76f864496847.zip |
mac80211: remove dead struct member
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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index f13d76c9b575..04093e84ebd7 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -579,7 +579,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; |