Commit ff34107c authored by Govind Singh's avatar Govind Singh Committed by Kalle Valo

ath11k: Remove unused param from wmi_mgmt_params

qdf_ctx is not used in wmi_mgmt_params, remove this
un-used variable.

Compile tested only.
Signed-off-by: default avatarGovind Singh <govinds@codeaurora.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1603339175-12706-1-git-send-email-govinds@codeaurora.org
parent 383a32cd
......@@ -3354,7 +3354,6 @@ struct wmi_mgmt_params {
void *pdata;
u16 desc_id;
u8 *macaddr;
void *qdf_ctx;
};
enum wmi_sta_ps_mode {
......
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