瀏覽代碼

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>
Oleksij Rempel 11 年之前
父節點
當前提交
2f2cb326f9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/net/wireless/ath/ath.h

+ 2 - 0
drivers/net/wireless/ath/ath.h

@@ -161,6 +161,8 @@ struct ath_common {
 	bool btcoex_enabled;
 	bool btcoex_enabled;
 	bool disable_ani;
 	bool disable_ani;
 	bool bt_ant_diversity;
 	bool bt_ant_diversity;
+
+	int last_rssi;
 };
 };
 
 
 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,