From: Oleksij Rempel Date: Tue, 4 Feb 2014 09:27:38 +0000 (+0100) Subject: ath: add last_rssi to ath_common X-Git-Tag: v3.15-rc1~113^2~289^2^2~81 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2f2cb326f9fb8eee6ebbe134261d39506f9fa59a;p=linux.git ath: add last_rssi to ath_common we need access to this variable from common functions. Signed-off-by: Oleksij Rempel Signed-off-by: John W. Linville --- 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,