ath10k: implement handling of p2p noa event
[deliverable/linux.git] / drivers / net / wireless / ath / ath10k / wmi-tlv.h
index a6c8280cc4b194384c1abee08e8d379bd4754e23..f4a626fdf9b0c36721e72dd7307cff9ab2c7dfc9 100644 (file)
@@ -1454,6 +1454,10 @@ struct wmi_tlv_stats_ev {
        __le32 num_chan_stats;
 } __packed;
 
+struct wmi_tlv_p2p_noa_ev {
+       __le32 vdev_id;
+} __packed;
+
 void ath10k_wmi_tlv_attach(struct ath10k *ar);
 
 #endif
This page took 0.04465 seconds and 5 git commands to generate.