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

Commit 4a277dd8 authored by John W. Linville's avatar John W. Linville
Browse files

b43: remove usage of deprecated noise value

parent 32a0a33f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -610,7 +610,6 @@ void b43_rx(struct b43_wldev *dev, struct sk_buff *skb, const void *_rxhdr)
	}

	/* Link quality statistics */
	status.noise = dev->stats.link_noise;
	if ((chanstat & B43_RX_CHAN_PHYTYPE) == B43_PHYTYPE_N) {
//		s8 rssi = max(rxhdr->power0, rxhdr->power1);
		//TODO: Find out what the rssi value is (dBm or percentage?)