diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-02-10 15:26:01 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:45:59 -0500 |
commit | 9a03d6d7a8698f26f8ef02dd3c91f8f68c4edcc7 (patch) | |
tree | e146c165c361b208e8ba41452acff0c75b84d68a /net/mac80211/ieee80211_i.h | |
parent | 00d3f14cf9f12c21428121026a5e1d5f65926447 (diff) |
mac80211: calculate wstats_flags on the fly
Just to make wext.c more self-contained.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-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 678278344d7..2cb743ed9f9 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -592,7 +592,6 @@ struct ieee80211_local { | |||
592 | int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss; | 592 | int fif_fcsfail, fif_plcpfail, fif_control, fif_other_bss; |
593 | unsigned int filter_flags; /* FIF_* */ | 593 | unsigned int filter_flags; /* FIF_* */ |
594 | struct iw_statistics wstats; | 594 | struct iw_statistics wstats; |
595 | u8 wstats_flags; | ||
596 | bool tim_in_locked_section; /* see ieee80211_beacon_get() */ | 595 | bool tim_in_locked_section; /* see ieee80211_beacon_get() */ |
597 | int tx_headroom; /* required headroom for hardware/radiotap */ | 596 | int tx_headroom; /* required headroom for hardware/radiotap */ |
598 | 597 | ||