ath5k: remove usage of deprecated noise value

Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
John W. Linville 2010-04-26 16:09:19 -04:00
parent 5d6566ff35
commit 54c7c91e65
1 changed files with 1 additions and 2 deletions

View File

@ -2029,8 +2029,7 @@ ath5k_tasklet_rx(unsigned long data)
rxs->freq = sc->curchan->center_freq;
rxs->band = sc->curband->band;
rxs->noise = sc->ah->ah_noise_floor;
rxs->signal = rxs->noise + rs.rs_rssi;
rxs->signal = sc->ah->ah_noise_floor + rs.rs_rssi;
rxs->antenna = rs.rs_antenna;