diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-12-23 13:12:04 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-28 16:19:45 -0500 |
commit | 671adc93b6472eaa0142a88d096c945f7b07893a (patch) | |
tree | fb30cd3cc5e9fa25815e4eccf13bff4a9e6c6b74 /drivers/net/wireless/libertas_tf | |
parent | 5e31258945f60dff65952575625cac214a75893e (diff) | |
download | talos-op-linux-671adc93b6472eaa0142a88d096c945f7b07893a.tar.gz talos-op-linux-671adc93b6472eaa0142a88d096c945f7b07893a.zip |
wireless: remove remaining qual code
This removes the remaining users of the rx status
'qual' field and the field itself.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas_tf')
-rw-r--r-- | drivers/net/wireless/libertas_tf/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas_tf/main.c b/drivers/net/wireless/libertas_tf/main.c index 019431d2f8a9..26a1abd5bb03 100644 --- a/drivers/net/wireless/libertas_tf/main.c +++ b/drivers/net/wireless/libertas_tf/main.c @@ -495,7 +495,6 @@ int lbtf_rx(struct lbtf_private *priv, struct sk_buff *skb) stats.band = IEEE80211_BAND_2GHZ; stats.signal = prxpd->snr; stats.noise = prxpd->nf; - stats.qual = prxpd->snr - prxpd->nf; /* Marvell rate index has a hole at value 4 */ if (prxpd->rx_rate > 4) --prxpd->rx_rate; |