Skip to content

Commit

Permalink
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kva…
Browse files Browse the repository at this point in the history
…lo/ath.git

ath.git patches for 4.14. Major changes:

ath10k

* preparation for wcn3990 support
  • Loading branch information
Kalle Valo committed Jul 28, 2017
2 parents 6e9aae1 + 75e0dde commit 1283c61
Show file tree
Hide file tree
Showing 11 changed files with 394 additions and 177 deletions.
3 changes: 2 additions & 1 deletion drivers/net/wireless/ath/ath10k/ahb.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,9 @@ static int ath10k_ahb_probe(struct platform_device *pdev)
ar_pci->mem = ar_ahb->mem;
ar_pci->mem_len = ar_ahb->mem_len;
ar_pci->ar = ar;
ar_pci->bus_ops = &ath10k_ahb_bus_ops;
ar_pci->ce.bus_ops = &ath10k_ahb_bus_ops;
ar_pci->targ_cpu_to_ce_addr = ath10k_ahb_qca4019_targ_cpu_to_ce_addr;
ar->ce_priv = &ar_pci->ce;

ret = ath10k_pci_setup_resource(ar);
if (ret) {
Expand Down
Loading

0 comments on commit 1283c61

Please sign in to comment.