diff options
author | Rakesh Pillai <pillair@qti.qualcomm.com> | 2017-12-11 19:52:55 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-12-14 17:33:24 +0200 |
commit | 03a72288c546289cfa0eb1e3613fb9cdb302b4f9 (patch) | |
tree | 8cb2613eade51b28f3c22b976ff3727711556ef4 /drivers/net/wireless/ath/ath10k/hw.c | |
parent | 9f2992fea580a48135591873e5e3ac7e01444207 (diff) | |
download | lwn-03a72288c546289cfa0eb1e3613fb9cdb302b4f9.tar.gz lwn-03a72288c546289cfa0eb1e3613fb9cdb302b4f9.zip |
ath10k: wmi: add hw params entry for wcn3990
Add hw params entry for wcn3990 and populate various
target specific values for wcn3990.
Signed-off-by: Rakesh Pillai <pillair@qti.qualcomm.com>
Signed-off-by: Govind Singh <govinds@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/hw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/hw.c b/drivers/net/wireless/ath/ath10k/hw.c index 88955bbe20bd..c31eea632777 100644 --- a/drivers/net/wireless/ath/ath10k/hw.c +++ b/drivers/net/wireless/ath/ath10k/hw.c @@ -931,3 +931,5 @@ const struct ath10k_hw_ops qca6174_ops = { .set_coverage_class = ath10k_hw_qca988x_set_coverage_class, .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock, }; + +const struct ath10k_hw_ops wcn3990_ops = {}; |