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

Commit 83beaacc authored by John W. Linville's avatar John W. Linville
Browse files

b43legacy: remove usage of deprecated noise value

parent 4a277dd8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -548,7 +548,6 @@ void b43legacy_rx(struct b43legacy_wldev *dev,
				      (phystat0 & B43legacy_RX_PHYST0_OFDM),
				      (phystat0 & B43legacy_RX_PHYST0_GAINCTL),
				      (phystat3 & B43legacy_RX_PHYST3_TRSTATE));
	status.noise = dev->stats.link_noise;
	/* change to support A PHY */
	if (phystat0 & B43legacy_RX_PHYST0_OFDM)
		status.rate_idx = b43legacy_plcp_get_bitrate_idx_ofdm(plcp, false);