diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-26 20:09:23 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-28 20:48:21 (GMT) |
commit | 83beaacc2a0441d13f2706105b5ffaf945f84594 (patch) | |
tree | 2e4657d1359b53fc87049ef73504a5e57040c8f9 /drivers | |
parent | 4a277dd8da28b615f4c683b993e01d71f2e3aaec (diff) | |
download | linux-83beaacc2a0441d13f2706105b5ffaf945f84594.tar.xz |
b43legacy: remove usage of deprecated noise value
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/b43legacy/xmit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/xmit.c b/drivers/net/wireless/b43legacy/xmit.c index 9c8882d..7d177d9 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); |