Commit 446cfaa4 authored by John W. Linville's avatar John W. Linville

wl1251: remove usage of deprecated noise value

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6ca4fed3
......@@ -73,12 +73,6 @@ static void wl1251_rx_status(struct wl1251 *wl,
status->signal = desc->rssi;
/*
* FIXME: guessing that snr needs to be divided by two, otherwise
* the values don't make any sense
*/
status->noise = desc->rssi - desc->snr / 2;
status->freq = ieee80211_channel_to_frequency(desc->channel);
status->flag |= RX_FLAG_TSFT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment