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

Commit 54c7c91e authored by John W. Linville's avatar John W. Linville
Browse files

ath5k: remove usage of deprecated noise value

parent 5d6566ff
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;