rt2x00: Remove deprecated ieee80211_rx_status->qual usage
ieee80211_rx_status->qual has been marked deprecated. This allows us to remove several functions and fields which were used to calculate a reasonable value for it. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
a65986824d
commit
863cc978a7
@@ -312,13 +312,6 @@ struct link {
|
||||
*/
|
||||
struct avg_val avg_rssi;
|
||||
|
||||
/*
|
||||
* Currently precalculated percentages of successful
|
||||
* TX and RX frames.
|
||||
*/
|
||||
int rx_percentage;
|
||||
int tx_percentage;
|
||||
|
||||
/*
|
||||
* Work structure for scheduling periodic link tuning.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user