ath10k: implement wmi roam event
[deliverable/linux.git] / drivers / net / wireless / ath / ath10k / wmi-tlv.h
index f4a626fdf9b0c36721e72dd7307cff9ab2c7dfc9..06b37b2f1a02c0f6f793a201c414a7b96af92a59 100644 (file)
@@ -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
This page took 0.02484 seconds and 5 git commands to generate.