summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/qmi.h
diff options
context:
space:
mode:
authorRakesh Pillai <pillair@codeaurora.org>2020-05-04 12:03:45 +0300
committerKalle Valo <kvalo@codeaurora.org>2020-05-05 10:35:47 +0300
commit727fec790ead3d75e2735f66209949c2163523ea (patch)
tree7c8456d7e06bc3021fd937f6213b3e4f2b05df2e /drivers/net/wireless/ath/ath10k/qmi.h
parent85325c24d5d2c8fcde35a634742d14d45bf7326e (diff)
downloadlinux-727fec790ead3d75e2735f66209949c2163523ea.tar.xz
ath10k: Setup the msa resources before qmi init
Move the msa resources setup out of qmi init and setup the msa resources as a part of probe before the qmi init is done. Tested HW: WCN3990 Tested FW: WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1 Signed-off-by: Rakesh Pillai <pillair@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1586971906-20985-3-git-send-email-pillair@codeaurora.org
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/qmi.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/qmi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath10k/qmi.h b/drivers/net/wireless/ath/ath10k/qmi.h
index dc257375f161..450be18b60ad 100644
--- a/drivers/net/wireless/ath/ath10k/qmi.h
+++ b/drivers/net/wireless/ath/ath10k/qmi.h
@@ -93,9 +93,6 @@ struct ath10k_qmi {
spinlock_t event_lock; /* spinlock for qmi event list */
u32 nr_mem_region;
struct ath10k_msa_mem_info mem_region[MAX_NUM_MEMORY_REGIONS];
- dma_addr_t msa_pa;
- u32 msa_mem_size;
- void *msa_va;
struct ath10k_qmi_chip_info chip_info;
struct ath10k_qmi_board_info board_info;
struct ath10k_qmi_soc_info soc_info;