]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ath: add last_rssi to ath_common
authorOleksij Rempel <linux@rempel-privat.de>
Tue, 4 Feb 2014 09:27:38 +0000 (10:27 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 12 Feb 2014 20:35:56 +0000 (15:35 -0500)
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>
drivers/net/wireless/ath/ath.h

index b59cfbe0276b830680bcc172b4393836333618d8..6260b834a86f0365c7e3db9f4d72fe2273964dac 100644 (file)
@@ -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,