* [PATCH] ath11k: Cleanup in WMI
@ 2019-05-07 9:20 Karthikeyan Periyasamy
2019-05-13 14:45 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Karthikeyan Periyasamy @ 2019-05-07 9:20 UTC (permalink / raw)
To: ath11k; +Cc: Karthikeyan Periyasamy
Remove duplicate variables service_ready and unified_ready from
the ath11k_pdev_wmi struct, originally defined in ath11k_wmi_base
struct.
Signed-off-by: Karthikeyan Periyasamy <periyasa@codeaurora.org>
---
drivers/net/wireless/ath/ath11k/wmi.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h
index 5d20f57..f277d60 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.h
+++ b/drivers/net/wireless/ath/ath11k/wmi.h
@@ -2884,8 +2884,6 @@ struct wmi_service_available_event {
struct ath11k_pdev_wmi {
struct ath11k_wmi_base *wmi_sc;
enum ath11k_htc_ep_id eid;
- struct completion service_ready;
- struct completion unified_ready;
const struct wmi_peer_flags_map *peer_flags;
u32 rx_decap_mode;
};
--
1.9.1
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ath11k: Cleanup in WMI
2019-05-07 9:20 [PATCH] ath11k: Cleanup in WMI Karthikeyan Periyasamy
@ 2019-05-13 14:45 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-05-13 14:45 UTC (permalink / raw)
To: Karthikeyan Periyasamy; +Cc: ath11k
Karthikeyan Periyasamy <periyasa@codeaurora.org> wrote:
> Remove duplicate variables service_ready and unified_ready from
> the ath11k_pdev_wmi struct, originally defined in ath11k_wmi_base
> struct.
>
> Signed-off-by: Karthikeyan Periyasamy <periyasa@codeaurora.org>
Patch applied to ath.git, thanks.
9d61706c756a ath11k: Cleanup in WMI
--
https://patchwork.kernel.org/patch/10932677/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-13 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-07 9:20 [PATCH] ath11k: Cleanup in WMI Karthikeyan Periyasamy
2019-05-13 14:45 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox