summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/qmi.h
diff options
context:
space:
mode:
authorAnilkumar Kolli <akolli@codeaurora.org>2019-11-27 14:08:47 +0000
committerKalle Valo <kvalo@codeaurora.org>2019-11-29 09:46:55 +0200
commitd6af906d8307a804a1af488564def0264ea57282 (patch)
tree4f2d83ac07cc0fd36aeb685e7f82fe94037aad3a /drivers/net/wireless/ath/ath11k/qmi.h
parente8da3986570eff40e02bebcffd62fd3ccdf485db (diff)
ath11k: qmi clean up ce and HTC service config update
Copy CE and htc service configs for all pipes. Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/qmi.h')
-rw-r--r--drivers/net/wireless/ath/ath11k/qmi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath11k/qmi.h b/drivers/net/wireless/ath/ath11k/qmi.h
index df0685564e21..3f7db642d869 100644
--- a/drivers/net/wireless/ath/ath11k/qmi.h
+++ b/drivers/net/wireless/ath/ath11k/qmi.h
@@ -66,9 +66,9 @@ struct ath11k_qmi_driver_event {
};
struct ath11k_qmi_ce_cfg {
- const u8 *tgt_ce;
+ const struct ce_pipe_config *tgt_ce;
int tgt_ce_len;
- const u8 *svc_to_ce_map;
+ const struct service_to_pipe *svc_to_ce_map;
int svc_to_ce_map_len;
const u8 *shadow_reg;
int shadow_reg_len;