diff options
| author | Rakesh Pillai <pillair@codeaurora.org> | 2017-01-24 21:24:11 +0530 |
|---|---|---|
| committer | Rakesh Pillai <pillair@codeaurora.org> | 2017-01-25 20:08:12 +0530 |
| commit | bb1e977d1eb32b2a3ab0120cfc6564be24fce9ee (patch) | |
| tree | ce1901f4d1b705c5157fceb8ca79d31fa562f552 /drivers/net/wireless/ath/ath10k/wmi.c | |
| parent | 314869eb56763d34f91d5483b0d510267894fadd (diff) | |
ath10k: Add support for wmi ops and services for WCN3990
WCN3990 uses different wmi ops and services.
Add support for these wmi ops and services for
WCN3990 in ath10k
CRs-Fixed: 1115136
Change-Id: Id3f5f21dc4eb16e2175e570cc5c019a22b8ffb37
Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi.c')
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c index 54df425bb0fc..d74ccbd4d4fa 100644 --- a/drivers/net/wireless/ath/ath10k/wmi.c +++ b/drivers/net/wireless/ath/ath10k/wmi.c @@ -8196,6 +8196,9 @@ int ath10k_wmi_attach(struct ath10k *ar) case ATH10K_FW_WMI_OP_VERSION_TLV: ath10k_wmi_tlv_attach(ar); break; + case ATH10K_FW_WMI_OP_VERSION_HL_1_0: + ath10k_wmi_hl_1_0_attach(ar); + break; case ATH10K_FW_WMI_OP_VERSION_UNSET: case ATH10K_FW_WMI_OP_VERSION_MAX: ath10k_err(ar, "unsupported WMI op version: %d\n", |
