diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-04-26 16:09:18 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-28 16:48:20 -0400 |
commit | 5d6566ff356a19fb6ad994717cb937ff88063fa6 (patch) | |
tree | 7967c5b77c5e2f485d04e83b092a20f78f6f6676 | |
parent | 3377d1b903e50d58a6aecf495092b6e1ffc0cd32 (diff) |
ar9170: remove usage of deprecated noise value
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ar9170/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ar9170/main.c b/drivers/net/wireless/ath/ar9170/main.c index fed6695ec04e..cfc6a35a2c6a 100644 --- a/drivers/net/wireless/ath/ar9170/main.c +++ b/drivers/net/wireless/ath/ar9170/main.c | |||
@@ -926,7 +926,6 @@ static void ar9170_rx_phy_status(struct ar9170 *ar, | |||
926 | 926 | ||
927 | /* TODO: we could do something with phy_errors */ | 927 | /* TODO: we could do something with phy_errors */ |
928 | status->signal = ar->noise[0] + phy->rssi_combined; | 928 | status->signal = ar->noise[0] + phy->rssi_combined; |
929 | status->noise = ar->noise[0]; | ||
930 | } | 929 | } |
931 | 930 | ||
932 | static struct sk_buff *ar9170_rx_copy_data(u8 *buf, int len) | 931 | static struct sk_buff *ar9170_rx_copy_data(u8 *buf, int len) |