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

Commit 0cbb3b5e authored by John W. Linville's avatar John W. Linville
Browse files

p54: remove usage of deprecated noise value

parent 699622a7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -350,7 +350,6 @@ static int p54_rx_data(struct p54_common *priv, struct sk_buff *skb)
		rx_status->flag |= RX_FLAG_MMIC_ERROR;

	rx_status->signal = p54_rssi_to_dbm(priv, hdr->rssi);
	rx_status->noise = priv->noise;
	if (hdr->rate & 0x10)
		rx_status->flag |= RX_FLAG_SHORTPRE;
	if (priv->hw->conf.channel->band == IEEE80211_BAND_5GHZ)