diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-02-04 13:27:43 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-13 00:35:59 +0400 |
commit | e5ba18c6901631237c49ec54ce54397369dea7fa (patch) | |
tree | 3afa709e1f965963c18339234fc9a4a0de62cfb5 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | 1f83b0492939ec94bcab868f338139a7de521863 (diff) | |
download | linux-e5ba18c6901631237c49ec54ce54397369dea7fa.tar.xz |
ath9k_htc: use ath9k_cmn_process_rssi
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index 58da3468d1f0..c75493f4236a 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -275,7 +275,6 @@ struct ath9k_htc_rxbuf { }; struct ath9k_htc_rx { - int last_rssi; /* FIXME: per-STA */ struct list_head rxbuf; spinlock_t rxbuflock; }; |