libertas_tf: remove usage of deprecated noise value

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, May 20, 2010 - 11:09 pm

Gitweb:     http://git.kernel.org/linus/699622a7b5c91cadc08bd77a69711dfbca1df3b1
Commit:     699622a7b5c91cadc08bd77a69711dfbca1df3b1
Parent:     83beaacc2a0441d13f2706105b5ffaf945f84594
Author:     John W. Linville <linville@tuxdriver.com>
AuthorDate: Mon Apr 26 16:09:25 2010 -0400
Committer:  John W. Linville <linville@tuxdriver.com>
CommitDate: Wed Apr 28 16:48:21 2010 -0400

    libertas_tf: remove usage of deprecated noise value
    
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
 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 3b1db84..a6b30d7 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)
 	stats.freq = priv->cur_freq;
 	stats.band = IEEE80211_BAND_2GHZ;
 	stats.signal = prxpd->snr;
-	stats.noise = prxpd->nf;
 	/* Marvell rate index has a hole at value 4 */
 	if (prxpd->rx_rate > 4)
 		--prxpd->rx_rate;
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
libertas_tf: remove usage of deprecated noise value, Linux Kernel Mailing ..., (Thu May 20, 11:09 pm)