Commit 20c3c4fd authored by John Crispin's avatar John Crispin Committed by Kalle Valo

ath11k: add some missing __packed qualifiers

A few of the WMI parameter structs were missing this.
Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent aacb4622
......@@ -4564,12 +4564,12 @@ struct wmi_twt_enable_params_cmd {
u32 mode_check_interval;
u32 add_sta_slot_interval;
u32 remove_sta_slot_interval;
};
} __packed;
struct wmi_twt_disable_params_cmd {
u32 tlv_header;
u32 pdev_id;
};
} __packed;
struct wmi_obss_spatial_reuse_params_cmd {
u32 tlv_header;
......@@ -4578,7 +4578,7 @@ struct wmi_obss_spatial_reuse_params_cmd {
s32 obss_min;
s32 obss_max;
u32 vdev_id;
};
} __packed;
struct target_resource_config {
u32 num_vdevs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment