aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi-tlv.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2015-03-10 16:21:54 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2015-03-12 14:38:08 +0200
commitc1a4654a8ce2b1c60bb46c900e7297078a8642f6 (patch)
tree9a407f6420b0bcc7116ac71c2ebf619749f3fdfb /drivers/net/wireless/ath/ath10k/wmi-tlv.h
parentath10k: fix WPA crypto (diff)
downloadlinux-dev-c1a4654a8ce2b1c60bb46c900e7297078a8642f6.tar.xz
linux-dev-c1a4654a8ce2b1c60bb46c900e7297078a8642f6.zip
ath10k: implement wmi roam event
This can be used to implement offloaded rssi threshold, beacon miss or even automatic in-firmware BSS roaming in the future. 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-tlv.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/wmi-tlv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi-tlv.h b/drivers/net/wireless/ath/ath10k/wmi-tlv.h
index f4a626fdf9b0..06b37b2f1a02 100644
--- a/drivers/net/wireless/ath/ath10k/wmi-tlv.h
+++ b/drivers/net/wireless/ath/ath10k/wmi-tlv.h
@@ -1458,6 +1458,12 @@ struct wmi_tlv_p2p_noa_ev {
__le32 vdev_id;
} __packed;
+struct wmi_tlv_roam_ev {
+ __le32 vdev_id;
+ __le32 reason;
+ __le32 rssi;
+} __packed;
+
void ath10k_wmi_tlv_attach(struct ath10k *ar);
#endif