aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-02-04 10:27:38 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-02-12 15:35:56 -0500
commit2f2cb326f9fb8eee6ebbe134261d39506f9fa59a (patch)
treea1770a9b6233e936951da38329b723bb06fd5984
parent45cfc51681287482c8b9843a20d6b4d06555ff62 (diff)
downloadmac80211-next-csa-2f2cb326f9fb8eee6ebbe134261d39506f9fa59a.tar.gz
ath: add last_rssi to ath_common
we need access to this variable from common functions. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h
index b59cfbe0276b8..6260b834a86f0 100644
--- a/drivers/net/wireless/ath/ath.h
+++ b/drivers/net/wireless/ath/ath.h
@@ -161,6 +161,8 @@ struct ath_common {
bool btcoex_enabled;
bool disable_ani;
bool bt_ant_diversity;
+
+ int last_rssi;
};
struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,