diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2010-02-17 15:27:26 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-09 15:02:53 -0500 |
commit | 62bb2ac5cb6c2f813e151617525ec518e2d1c649 (patch) | |
tree | 75e6d81f02580de06897fa2972b86aec881fe3c4 /net/mac80211/sta_info.h | |
parent | 31f66be44a657a14e0ab3536e4877c66c9ce031e (diff) |
mac80211: deprecate RX status noise
The noise value as is won't be used, isn't
filled by most drivers and doesn't really
make a whole lot of sense on a per packet
basis -- proper cfg80211 survey support in
mac80211 will need to be different.
Mark the struct member as deprecated so it
will be removed from drivers.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 822d84522937..2b635909de5c 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -200,7 +200,6 @@ struct sta_ampdu_mlme { | |||
200 | * @rx_fragments: number of received MPDUs | 200 | * @rx_fragments: number of received MPDUs |
201 | * @rx_dropped: number of dropped MPDUs from this STA | 201 | * @rx_dropped: number of dropped MPDUs from this STA |
202 | * @last_signal: signal of last received frame from this STA | 202 | * @last_signal: signal of last received frame from this STA |
203 | * @last_noise: noise of last received frame from this STA | ||
204 | * @last_seq_ctrl: last received seq/frag number from this STA (per RX queue) | 203 | * @last_seq_ctrl: last received seq/frag number from this STA (per RX queue) |
205 | * @tx_filtered_count: number of frames the hardware filtered for this STA | 204 | * @tx_filtered_count: number of frames the hardware filtered for this STA |
206 | * @tx_retry_failed: number of frames that failed retry | 205 | * @tx_retry_failed: number of frames that failed retry |
@@ -267,7 +266,6 @@ struct sta_info { | |||
267 | unsigned long rx_fragments; | 266 | unsigned long rx_fragments; |
268 | unsigned long rx_dropped; | 267 | unsigned long rx_dropped; |
269 | int last_signal; | 268 | int last_signal; |
270 | int last_noise; | ||
271 | __le16 last_seq_ctrl[NUM_RX_DATA_QUEUES]; | 269 | __le16 last_seq_ctrl[NUM_RX_DATA_QUEUES]; |
272 | 270 | ||
273 | /* Updated from TX status path only, no locking requirements */ | 271 | /* Updated from TX status path only, no locking requirements */ |