diff options
-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) |