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>
This commit is contained in:

committed by
Kalle Valo

parent
5e752e42f6
commit
6d492fe2d8
@@ -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;
|
||||
|
Reference in New Issue
Block a user