From: John W. Linville Date: Mon, 26 Apr 2010 20:09:23 +0000 (-0400) Subject: b43legacy: remove usage of deprecated noise value X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=83beaacc2a0441d13f2706105b5ffaf945f84594;p=deliverable%2Flinux.git b43legacy: remove usage of deprecated noise value Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/b43legacy/xmit.c b/drivers/net/wireless/b43legacy/xmit.c index 9c8882d9275e..7d177d97f1f7 100644 --- a/drivers/net/wireless/b43legacy/xmit.c +++ b/drivers/net/wireless/b43legacy/xmit.c @@ -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);