Message ID | 1557220835-5587-1-git-send-email-periyasa@codeaurora.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 9d61706c756a4e820f14eb2dc1170e288734a0cc |
Delegated to: | Kalle Valo |
Headers | show |
Series | ath11k: Cleanup in WMI | expand |
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
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; };
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(-)