diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-02-04 10:27:39 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-12 15:35:56 -0500 |
commit | 32efb0cc5b614d1ca6c1804107270154c318709a (patch) | |
tree | 077ad2b17ae5cc0406cfafd58f7ff2660ba874bc /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 2f2cb326f9fb8eee6ebbe134261d39506f9fa59a (diff) |
ath9k: move ath9k_process_rssi to common.c
we can reuse this fucntion on ath9k_htc.
Now we will need to use common version last_rssi, so switch
it too.
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 7fde8ecb6ea1..ff3747c2fc08 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -758,7 +758,6 @@ struct ath_softc { #endif struct ath9k_hw_cal_data caldata; - int last_rssi; #ifdef CONFIG_ATH9K_DEBUGFS struct ath9k_debug debug; |