diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-27 00:09:21 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-29 00:48:21 +0400 |
commit | 32a0a33f198d1c0386a39285ea55564340d2d7d7 (patch) | |
tree | 4a6177fb25782f167b07b9b75fe72cdaad542181 /drivers/net/wireless/ath/ath9k/common.c | |
parent | 54c7c91e659f657afa13315189965ecd8ba11d9d (diff) | |
download | linux-32a0a33f198d1c0386a39285ea55564340d2d7d7.tar.xz |
ath9k: remove usage of deprecated noise value
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common.c b/drivers/net/wireless/ath/ath9k/common.c index 09effdedc8c0..b4424a623cf5 100644 --- a/drivers/net/wireless/ath/ath9k/common.c +++ b/drivers/net/wireless/ath/ath9k/common.c @@ -212,7 +212,6 @@ int ath9k_cmn_rx_skb_preprocess(struct ath_common *common, rx_status->mactime = ath9k_hw_extend_tsf(ah, rx_stats->rs_tstamp); rx_status->band = hw->conf.channel->band; rx_status->freq = hw->conf.channel->center_freq; - rx_status->noise = common->ani.noise_floor; rx_status->signal = ATH_DEFAULT_NOISE_FLOOR + rx_stats->rs_rssi; rx_status->antenna = rx_stats->rs_antenna; rx_status->flag |= RX_FLAG_TSFT; |