aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi-tlv.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2015-01-28 09:57:22 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2015-01-29 12:12:02 +0200
commit6d492fe2d81e84ee49382879bfc13213c6e8e569 (patch)
treee1e655a0148dfaaee972bb821e4fdc53918f4634 /drivers/net/wireless/ath/ath10k/wmi-tlv.h
parentath10k: move wmm param storage to vif (diff)
downloadlinux-dev-6d492fe2d81e84ee49382879bfc13213c6e8e569.tar.xz
linux-dev-6d492fe2d81e84ee49382879bfc13213c6e8e569.zip
ath10k: implement per-vdev wmm param setup command
New wmi-tlv firmware for qca6174 supports this. This will be used soon. 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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi-tlv.h b/drivers/net/wireless/ath/ath10k/wmi-tlv.h
index 87db762ac1a2..3dc43b90469d 100644
--- a/drivers/net/wireless/ath/ath10k/wmi-tlv.h
+++ b/drivers/net/wireless/ath/ath10k/wmi-tlv.h
@@ -1302,6 +1302,10 @@ struct wmi_tlv_pdev_set_wmm_cmd {
__le32 dg_type; /* no idea.. */
} __packed;
+struct wmi_tlv_vdev_set_wmm_cmd {
+ __le32 vdev_id;
+} __packed;
+
struct wmi_tlv_phyerr_ev {
__le32 num_phyerrs;
__le32 tsf_l32;