diff mbox series

ath11k: Remove unused param from wmi_mgmt_params

Message ID 1603339175-12706-1-git-send-email-govinds@codeaurora.org
State New
Headers show
Series ath11k: Remove unused param from wmi_mgmt_params | expand

Commit Message

Govind Singh Oct. 22, 2020, 3:59 a.m. UTC
qdf_ctx is not used in wmi_mgmt_params, remove this
un-used variable.

Signed-off-by: Govind Singh <govinds@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/wmi.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Kalle Valo Nov. 7, 2020, 8:03 a.m. UTC | #1
Govind Singh <govinds@codeaurora.org> wrote:

> 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>


Patch applied to ath-next branch of ath.git, thanks.

ff34107c2224 ath11k: Remove unused param from wmi_mgmt_params

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/1603339175-12706-1-git-send-email-govinds@codeaurora.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h
index b9f3e559ced7..8256dc73a703 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.h
+++ b/drivers/net/wireless/ath/ath11k/wmi.h
@@ -3291,7 +3291,6 @@  struct wmi_mgmt_params {
 	void *pdata;
 	u16 desc_id;
 	u8 *macaddr;
-	void *qdf_ctx;
 };
 
 enum wmi_sta_ps_mode {