ath10k: implement prb tmpl wmi command
[deliverable/linux.git] / drivers / net / wireless / ath / ath10k / wmi-tlv.h
index c4773652d380dbf467e128946bfd4dd283b7e7a6..577251955c04a7c77fedc4eb9ef1539ac2514924 100644 (file)
@@ -1399,6 +1399,11 @@ struct wmi_tlv_bcn_tmpl_cmd {
        __le32 buf_len;
 } __packed;
 
+struct wmi_tlv_prb_tmpl_cmd {
+       __le32 vdev_id;
+       __le32 buf_len;
+} __packed;
+
 void ath10k_wmi_tlv_attach(struct ath10k *ar);
 
 #endif
This page took 0.034205 seconds and 5 git commands to generate.