Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 774e656e authored by Mohammed Shafi Shajakhan's avatar Mohammed Shafi Shajakhan Committed by Kalle Valo
Browse files

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: default avatarMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent de46c015
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4233,7 +4233,7 @@ struct wmi_10_2_peer_stats {


struct wmi_10_2_4_peer_stats {
struct wmi_10_2_4_peer_stats {
	struct wmi_10_2_peer_stats common;
	struct wmi_10_2_peer_stats common;
	__le32 unknown_value; /* FIXME: what is this word? */
	__le32 peer_rssi_changed;
} __packed;
} __packed;


struct wmi_10_2_4_ext_peer_stats {
struct wmi_10_2_4_ext_peer_stats {