aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>2016-01-13 10:46:29 -0500
committerKalle Valo <kvalo@qca.qualcomm.com>2016-01-26 09:46:08 -0500
commit774e656e94cdd8db27a8831abb3d35fbb95d2bc6 (patch)
tree9aa27e1adbe8af152abb06bcdcdf9cff3916cb39 /drivers
parentde46c015c9b703bb8abb91856ed45e3639c7e7d2 (diff)
ath10k: fix naming Peer stats rssi_changed field in 10.2.4
Fix naming of peer stats rssi_changed field in 10.2.4 to make it more readable. As of now this field is not used, but necessary to pull in fw_stats with appropriate length. Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/ath10k/wmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h
index e1bb02ba207d..187f495c1fbe 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@ -4233,7 +4233,7 @@ struct wmi_10_2_peer_stats {
4233 4233
4234struct wmi_10_2_4_peer_stats { 4234struct wmi_10_2_4_peer_stats {
4235 struct wmi_10_2_peer_stats common; 4235 struct wmi_10_2_peer_stats common;
4236 __le32 unknown_value; /* FIXME: what is this word? */ 4236 __le32 peer_rssi_changed;
4237} __packed; 4237} __packed;
4238 4238
4239struct wmi_10_2_4_ext_peer_stats { 4239struct wmi_10_2_4_ext_peer_stats {