diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-26 16:09:25 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-28 16:48:21 -0400 |
commit | 699622a7b5c91cadc08bd77a69711dfbca1df3b1 (patch) | |
tree | 701d7b247239f7ba405dfb03ea616348fa366629 /drivers | |
parent | 83beaacc2a0441d13f2706105b5ffaf945f84594 (diff) |
libertas_tf: remove usage of deprecated noise value
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-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 3b1db84addb5..a6b30d778f5c 100644 --- a/drivers/net/wireless/libertas_tf/main.c +++ b/drivers/net/wireless/libertas_tf/main.c | |||
@@ -555,7 +555,6 @@ int lbtf_rx(struct lbtf_private *priv, struct sk_buff *skb) | |||
555 | stats.freq = priv->cur_freq; | 555 | stats.freq = priv->cur_freq; |
556 | stats.band = IEEE80211_BAND_2GHZ; | 556 | stats.band = IEEE80211_BAND_2GHZ; |
557 | stats.signal = prxpd->snr; | 557 | stats.signal = prxpd->snr; |
558 | stats.noise = prxpd->nf; | ||
559 | /* Marvell rate index has a hole at value 4 */ | 558 | /* Marvell rate index has a hole at value 4 */ |
560 | if (prxpd->rx_rate > 4) | 559 | if (prxpd->rx_rate > 4) |
561 | --prxpd->rx_rate; | 560 | --prxpd->rx_rate; |