diff options
author | Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com> | 2016-01-13 16:46:29 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-01-26 15:46:08 +0100 |
commit | 774e656e94cdd8db27a8831abb3d35fbb95d2bc6 (patch) | |
tree | 9aa27e1adbe8af152abb06bcdcdf9cff3916cb39 /drivers/net/wireless/ath/ath10k/wmi.h | |
parent | ath10k: add support for parsing per STA rx_duration for 10.2.4 (diff) | |
download | linux-774e656e94cdd8db27a8831abb3d35fbb95d2bc6.tar.xz linux-774e656e94cdd8db27a8831abb3d35fbb95d2bc6.zip |
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 '')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi.h | 2 |
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 { struct wmi_10_2_4_peer_stats { struct wmi_10_2_peer_stats common; - __le32 unknown_value; /* FIXME: what is this word? */ + __le32 peer_rssi_changed; } __packed; struct wmi_10_2_4_ext_peer_stats { |