Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 699622a7 authored by John W. Linville's avatar John W. Linville
Browse files

libertas_tf: remove usage of deprecated noise value

parent 83beaacc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;