projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45cfc51
)
ath: add last_rssi to ath_common
author
Oleksij Rempel
<linux@rempel-privat.de>
Tue, 4 Feb 2014 09:27:38 +0000
(10:27 +0100)
committer
John 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath.h
b/drivers/net/wireless/ath/ath.h
index
b59cfbe
..
6260b83
100644
(file)
--- 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,