Skip to content

Commit 46d4b68

Browse files
committed
Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
Kalle Valo says: ==================== wireless-drivers-next patches for 4.14 The first wireless-drivers-next pull request for 4.14. I'm submitting this unusally late in the cycle as my vacation postponed this. But even if this is late there's not still that much new features, mostly cleanup or fixes. Major changes: ath10k * preparation for wcn3990 support iwlwifi * Reorganization of the code into separate directories continues qtnfmac * regulatory support updates * add get_channel, dump_survey and channel_switch cfg80211 handlers ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 2a32ca1 + 9d54619 commit 46d4b68

File tree

162 files changed

+9060
-6294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+9060
-6294
lines changed

drivers/bcma/driver_gpio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ int bcma_gpio_init(struct bcma_drv_cc *cc)
191191
case BCMA_CHIP_ID_BCM4707:
192192
case BCMA_CHIP_ID_BCM5357:
193193
case BCMA_CHIP_ID_BCM53572:
194+
case BCMA_CHIP_ID_BCM53573:
194195
case BCMA_CHIP_ID_BCM47094:
195196
chip->ngpio = 32;
196197
break;

drivers/net/wireless/ath/ath10k/ahb.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,9 @@ static int ath10k_ahb_probe(struct platform_device *pdev)
787787
ar_pci->mem = ar_ahb->mem;
788788
ar_pci->mem_len = ar_ahb->mem_len;
789789
ar_pci->ar = ar;
790-
ar_pci->bus_ops = &ath10k_ahb_bus_ops;
790+
ar_pci->ce.bus_ops = &ath10k_ahb_bus_ops;
791791
ar_pci->targ_cpu_to_ce_addr = ath10k_ahb_qca4019_targ_cpu_to_ce_addr;
792+
ar->ce_priv = &ar_pci->ce;
792793

793794
ret = ath10k_pci_setup_resource(ar);
794795
if (ret) {

0 commit comments

Comments
 (0)