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: Govind Singh <govinds@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1603339175-12706-1-git-send-email-govinds@codeaurora.org
This commit is contained in:
@@ -3354,7 +3354,6 @@ struct wmi_mgmt_params {
|
|||||||
void *pdata;
|
void *pdata;
|
||||||
u16 desc_id;
|
u16 desc_id;
|
||||||
u8 *macaddr;
|
u8 *macaddr;
|
||||||
void *qdf_ctx;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum wmi_sta_ps_mode {
|
enum wmi_sta_ps_mode {
|
||||||
|
|||||||
Reference in New Issue
Block a user