diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-02-04 13:27:38 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-13 00:35:56 +0400 |
commit | 2f2cb326f9fb8eee6ebbe134261d39506f9fa59a (patch) | |
tree | a1770a9b6233e936951da38329b723bb06fd5984 | |
parent | 45cfc51681287482c8b9843a20d6b4d06555ff62 (diff) | |
download | linux-2f2cb326f9fb8eee6ebbe134261d39506f9fa59a.tar.xz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath.h b/drivers/net/wireless/ath/ath.h index b59cfbe0276b..6260b834a86f 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, |