diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-30 15:37:00 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-30 15:38:13 -0400 |
commit | f5c044e53a6b319776c7140b22fee9be3bc1f758 (patch) | |
tree | 01b7c012361d81fd0152c56971ea19500525af57 /net | |
parent | 49b5c7f473f1bbcb30275dcaee2c06dfb8ec2279 (diff) |
mac80211: remove deprecated noise field from ieee80211_rx_status
Also remove associated IEEE80211_HW_NOISE_DBM from ieee80211_hw_flags.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/rx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 8ee7db193269..e4f325f68fd3 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -80,8 +80,6 @@ ieee80211_rx_radiotap_len(struct ieee80211_local *local, | |||
80 | len += 8; | 80 | len += 8; |
81 | if (local->hw.flags & IEEE80211_HW_SIGNAL_DBM) | 81 | if (local->hw.flags & IEEE80211_HW_SIGNAL_DBM) |
82 | len += 1; | 82 | len += 1; |
83 | if (local->hw.flags & IEEE80211_HW_NOISE_DBM) | ||
84 | len += 1; | ||
85 | 83 | ||
86 | if (len & 1) /* padding for RX_FLAGS if necessary */ | 84 | if (len & 1) /* padding for RX_FLAGS if necessary */ |
87 | len++; | 85 | len++; |