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/main.c | |
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/main.c')
-rw-r--r-- | net/mac80211/main.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index b4973a1b6595..5667f4e8067f 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -905,14 +905,6 @@ int ieee80211_register_hw(struct ieee80211_hw *hw) | |||
905 | 905 | ||
906 | local->hw.conf.listen_interval = local->hw.max_listen_interval; | 906 | local->hw.conf.listen_interval = local->hw.max_listen_interval; |
907 | 907 | ||
908 | local->wstats_flags |= local->hw.flags & (IEEE80211_HW_SIGNAL_UNSPEC | | ||
909 | IEEE80211_HW_SIGNAL_DBM) ? | ||
910 | IW_QUAL_QUAL_UPDATED : IW_QUAL_QUAL_INVALID; | ||
911 | local->wstats_flags |= local->hw.flags & IEEE80211_HW_NOISE_DBM ? | ||
912 | IW_QUAL_NOISE_UPDATED : IW_QUAL_NOISE_INVALID; | ||
913 | if (local->hw.flags & IEEE80211_HW_SIGNAL_DBM) | ||
914 | local->wstats_flags |= IW_QUAL_DBM; | ||
915 | |||
916 | result = sta_info_start(local); | 908 | result = sta_info_start(local); |
917 | if (result < 0) | 909 | if (result < 0) |
918 | goto fail_sta_info; | 910 | goto fail_sta_info; |