diff options
author | Govind Singh <govinds@codeaurora.org> | 2020-10-22 06:59:35 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-11-07 11:03:13 +0300 |
commit | ff34107c22243a8f43d8aa0f100e177a4d56e95a (patch) | |
tree | 3d73f8f2540e6fe345a3b17fbf32c6c4dc7056cf | |
parent | 383a32cde4172db19d4743d4c782c00af39ff275 (diff) | |
download | linux-ff34107c22243a8f43d8aa0f100e177a4d56e95a.tar.xz |
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
-rw-r--r-- | drivers/net/wireless/ath/ath11k/wmi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h index b722a87144b6..e4cc15904795 100644 --- a/drivers/net/wireless/ath/ath11k/wmi.h +++ b/drivers/net/wireless/ath/ath11k/wmi.h @@ -3354,7 +3354,6 @@ struct wmi_mgmt_params { void *pdata; u16 desc_id; u8 *macaddr; - void *qdf_ctx; }; enum wmi_sta_ps_mode { |