diff options
-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; |