diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2016-08-19 13:37:42 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-08-31 10:27:30 +0300 |
commit | 84d4911b7184dfa911ea089c2d6728b994de6cd9 (patch) | |
tree | 46d9ef8cca09b03b5673c9557548cb99e96cb3fa /drivers/net/wireless/ath/ath10k/wmi.h | |
parent | e25854f2404cc92882e42fe8002b0fd75a77d842 (diff) | |
download | linux-84d4911b7184dfa911ea089c2d6728b994de6cd9.tar.bz2 |
ath10k: implement wmi echo event
Will be useful for implementing command barriers.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h index 3ef468893b3f..086d78807d2f 100644 --- a/drivers/net/wireless/ath/ath10k/wmi.h +++ b/drivers/net/wireless/ath/ath10k/wmi.h @@ -6296,6 +6296,10 @@ struct wmi_roam_ev_arg { __le32 rssi; }; +struct wmi_echo_ev_arg { + __le32 value; +}; + struct wmi_pdev_temperature_event { /* temperature value in Celcius degree */ __le32 temperature; |